Posts: 141
Threads: 38
Joined: Jan 2009
Reputation:
0
i want to know how to makr it so i can set a time limit, and when the time limit runs out the server restarts and starts with another gamemode.
just like mini missions, but its not the same gamemode. not copying. =P Thankyou!
~~[Drift]~~
Posts: 669
Threads: 7
Joined: Nov 2007
Reputation:
0
ongamemodeinit put "SetTimer("OnGameModeExit", RoundTime, 0);"
Posts: 262
Threads: 3
Joined: Oct 2007
Reputation:
0
Set a timer in OnGamemodeInit(), in the timer put SendRconCommand("changemode [name of the new gamemode]");
do this for every gamemode you run and voilа, you're done
Posts: 141
Threads: 38
Joined: Jan 2009
Reputation:
0
yo umm could you tell me how to make the complete line please? i can't get it right, so do i put SetTimer(changemode, or what?
and it also says that canhemode isnt defined, like it isnt a command u know..
thanks guys!
And it also says undefined symbol roundtime