Change map
#1

how do i make so that the map changes every 10 mins?
Reply
#2

https://sampforum.blast.hk/showthread.php?tid=223550
https://sampforum.blast.hk/showthread.php?tid=269336
next time.. S-E-A-R-C-H
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)