Posts: 459
Threads: 101
Joined: Jul 2010
Reputation:
0
28.09.2010, 08:45
(
Последний раз редактировалось <Weponz>; 28.09.2010 в 08:57.
)
How can i make my GM Have 2 maps on the 1 GM but each map has diffrent spawn points and the maps change with a timer? Basically like the CCS Server but IDK if thay do it with a command..Any help?
Posts: 195
Threads: 16
Joined: Aug 2009
Reputation:
0
The simple way to do that is to make copy(copies) of your script, and change the spawn co-ordinates. Then add a timer to each of the scripts that will change gamemode when time is over.
Or you can make a global variable, which OnPlayerSpawn checks, and the spawns the players on specific co-ords depending on the variable. Then change the variable by a timer
Posts: 459
Threads: 101
Joined: Jul 2010
Reputation:
0
if i make the copies of the gm and change spawn co-ords how i make the timer to change GM's and do i change my CFG to Gamemode(1) GM 1 GM 2
?
Posts: 407
Threads: 101
Joined: Feb 2009
Reputation:
0
/rcon changemode [mode]
or
SendRconCommand("changemode <YOURGMHERE>"); wihtout "< and >"