Change map
#3

Example:

On top:

pawn Код:
forward NextMap();
OnGameModeInit

pawn Код:
SetTimer("NextMap",1000000, true);
And anywhere in script but not under an callback:

pawn Код:
public NextMap()
{
    SendRconCommand("changemode You_Next_GM_Map")
}
Example: SendRconCommand("changemode Race1")
Reply


Messages In This Thread
Change map - by James_Bourne - 31.08.2011, 13:36
Re: Change map - by emokidx - 31.08.2011, 13:41
Re: Change map - by Davz*|*Criss - 31.08.2011, 13:58

Forum Jump:


Users browsing this thread: 1 Guest(s)