SA-MP Forums Archive
gamemode rotation - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: gamemode rotation (/showthread.php?tid=584783)



gamemode rotation - jamesbond007 - 08.08.2015

you know how there is line in server.cfg

gamemode0 grandlarc 1 ..

how do i do change the gamemodes in rotation?

so do i do

gamemode0 grandlarc 1 rivershell 1 lvdm 1

or

gamemode1 rivershell 1
gamemode2 blahblah

?
and how do i go to the next gamemode? the wiki doesnt say a lot


Re: gamemode rotation - xVIP3Rx - 08.08.2015

Quote:

gamemode(n) (N) (t)

Quote:

It's possible to set the gamemode that plays, how many times it plays and when it plays by editing the values here. To use this correctly you must understand how it works, (n) is the gamemode number, (N) is the gamemode name*, and (t) is the times played before switching onto the next mode.

The gamemode name is the gamemode compiled name in your gamemodes folder, all must match exactly except you must leave the .amx extension off.

so, gamemode0 name1 1
gamemode1 name1 1


Re: gamemode rotation - jamesbond007 - 08.08.2015

Quote:
Originally Posted by xVIP3Rx
Посмотреть сообщение
so, gamemode0 name1 1
gamemode1 name1 1
and how do i switch to the next gamemode?


Re: gamemode rotation - xVIP3Rx - 08.08.2015

/rcon gmx -
Quote:

Will load the next gamemode in server.cfg.




Re: gamemode rotation - jamesbond007 - 08.08.2015

Quote:
Originally Posted by xVIP3Rx
Посмотреть сообщение
/rcon gmx -
oh ok .. i guess i missed it. thx