07.12.2010, 18:43
This FilterScript Basicly makes sure you dont need to use a rcon admin changing the gamemode if you own a mini missions server.
LINKS:
http://pastebin.com/AAWSZte8
http://jump.fm/BMGLV
Sorry no screens because my SA is messed up, But i promise its 100% safe
PHP Code:
** This defines the modes **
#define MODES 3
PHP Code:
** Or you can use **
#define MODES 4
#define MODES 5
#define MODES 6
pawn Code:
public ModeChange()
{
new stri[100];
new modes[MODES][0] = {
{"lvdm"},
{"bare"},
{"barron"}
{"rivershell"}
};
PHP Code:
#define MINUTES 10
#define MINUTES 60
This defines the time between each change of gamemodes.
http://pastebin.com/AAWSZte8
http://jump.fm/BMGLV
Sorry no screens because my SA is messed up, But i promise its 100% safe