18.12.2008, 21:00
[color=green]
or
AND
and to change the amount of time
you must have
this will obviously define the about of time between each change of gamemodes.
LINKS:
pastebin http://www.dryftin_vid.pastebin.com/f337c5d27
if you would like a mirror,
please just pm me the link,
i will add it to the list
WHAT:Filterscript: Gamemode changer / Modechanger
[color=orange]ABOUT:This filterscript will change your gamemodes automatically after a certain amount of time
[color=purple]BY: darkrider366([SP]dryftin_vid)
[color=maroon]WHY: This filterscript means that you dont have to rely on someone on the server with a rcon password using /rcon changemode (), it is automatic, and its safe, and its dead on time,
if you want more than 2 gamemodes to change then you must edit the top lineCode:
#define MODES 3
Code:
#define MODES 4 #define MODES 5 #define MODES 6
Code:
public ModeChange() { new stri[100]; new modes[MODES][0] = { {"lvdm"}, {"area51"}, {"monster"} {"freighter"} };
you must have
Code:
#define MINUTES 20 #define MINUTES 40 #define MINUTES 13 #define MINUTES 163
LINKS:
pastebin http://www.dryftin_vid.pastebin.com/f337c5d27
if you would like a mirror,
please just pm me the link,
i will add it to the list