SA-MP Forums Archive
Uploading a new game mode every 5 minutes. - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Uploading a new game mode every 5 minutes. (/showthread.php?tid=170933)



Uploading a new game mode every 5 minutes. - nuriel8833 - 24.08.2010

How do I do that every 5 minutes a random gamemode is uploaded
I mean like what they do in the "Mini-Missions" server.
Please help


Re: Uploading a new game mode every 5 minutes. - Conroy - 24.08.2010

/rcon changemode [GM name]


Re: Uploading a new game mode every 5 minutes. - Matejcro - 24.08.2010

on server.cfg you have gamemode0 something 1 then u can make under that gamemode0 anothergamemode 2 ......


Re: Uploading a new game mode every 5 minutes. - Scenario - 24.08.2010

Quote:
Originally Posted by ******
Посмотреть сообщение
To do it without manual intervention run a filterscript and use the RCON function in a 5 minute timer. The filterscript will need to either have a list of all available gamemodes or access to a plugin with more advanced file system functions to get a list of all the available gamemodes in the gamemodes/ directory.
Off-Topic: That should be your next design. Something small, but useful.


I know theres about 3 FS's that do this, use the button that says "Search", up on the main menu bar.