31.08.2011, 13:58
Example:
On top:
OnGameModeInit
And anywhere in script but not under an callback:
Example: SendRconCommand("changemode Race1")
On top:
pawn Код:
forward NextMap();
pawn Код:
SetTimer("NextMap",1000000, true);
pawn Код:
public NextMap()
{
SendRconCommand("changemode You_Next_GM_Map")
}