资 源 简 介
IMiniGame
IMiniGame allows you, as a developer, to code gamemodes in a nutshell. It has an incredibly simple system and allows gamemodes in less than 15 lines. On top of that it has a nice and simple GUI to enable / disable regisered minigames. This comes with 2 pre-installed minigames : The classic PVP that everyone loves, and a replica of the childrens game Tag.
Coding
IMiniGame provides you with a simple to use library with some functions that explain themselfs.
```
< shared >
IMiniGame.New() -> Provides the basic library and minigame object
IMiniGame.Load( name ) -> Load a registered minigame using its name
IMiniGame.Unload() -> Unload current minigame
IMiniGame.IsRegistered( name ) -> Checks if a minigame is registered
< server >
IMiniGame.LoadEveryone( name ) -> Load a minigame universly
IMiniGame.UnloadEveryone( name ) -> Unload a minigame universly
< Client >
IMiniGame.OpenGUI() ->