Changing gamemode - 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: Changing gamemode (
/showthread.php?tid=87858)
Changing gamemode -
Geekzor - 22.07.2009
guys can someone tell me that as title say
![Cheesy](images/smilies/biggrin.png)
when gamemode ends time expiried or 1 of 2 teams win the gamemode change to nextgamemode
here is Example:
gamemode0 RustlerFight
gamemode1 DefendTheBase
and ye i was searching a little mybe not enough ^^
ty for any help
Re: Changing gamemode -
refshal - 22.07.2009
If you added gamemode0, gamemode1, gamemode2, gamemode272389472837429834, blah, blah, blah, then I think you just need to use
GameModeExit.
Re: Changing gamemode -
MachineHead - 22.07.2009
https://sampwiki.blast.hk/wiki/SendRconCommand
Re: Changing gamemode -
Geekzor - 22.07.2009
Quote:
Originally Posted by еddy
If you added gamemode0, gamemode1, gamemode2, gamemode272389472837429834, blah, blah, blah, then I think you just need to use GameModeExit.
|
it dont work o.O when i complete mission it is the same gamemode...
Re: Changing gamemode -
refshal - 22.07.2009
Dude, have you even thought of
SEARCHING? I just forgot that it wouldn't work like I thought.
pawn Код:
SendRconCommand("changemode gamemodename");
...