Game Mode Restarting - 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: Game Mode Restarting (
/showthread.php?tid=20939)
Game Mode Restarting -
Sam[EM] - 02.01.2008
Is there in pawno any Game Mode Restarting function?
Re: Game Mode Restarting -
!damo!spiderman - 02.01.2008
A list of functions are listed on the wiki...
http://wiki.sa-mp.com
But you can do GameModeExit which will just start the next gamemode in your config file.
Or you can use SendRconCommand( "gmx" );
Re: Game Mode Restarting -
Jacob_Collins - 28.04.2009
Quote:
Originally Posted by !damo!spiderman
Or you can use SendRconCommand( "gmx" );
|
whats that?
Re: Game Mode Restarting -
Andom - 28.04.2009
Quote:
Originally Posted by Jacob_Collins
Quote:
Originally Posted by !damo!spiderman
Or you can use SendRconCommand( "gmx" );
|
whats that?
|
Same as GameModeExit, but then it takes another way trough the rcon console.