SA-MP Forums Archive
Help on setting Game mode - 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: Help on setting Game mode (/showthread.php?tid=93005)



Help on setting Game mode - emer720 - 22.08.2009

I add my server to my list and it still says my game mode is DM LV and its defintaly the GF game mode how do i change this?


Re: Help on setting Game mode - ronyx69 - 22.08.2009

Open server.cfg and there should be:
Код:
gamemode0 GF 1



Re: Help on setting Game mode - Mr_Finnigan - 22.08.2009

Quote:
Originally Posted by emer720
I add my server to my list and it still says my game mode is DM LV and its defintaly the GF game mode how do i change this?
Код:
SetGameModeText("DM LV ");

Find this under OnGameModeInit and change it?


Re: Help on setting Game mode - emer720 - 22.08.2009

That is correct that is what is int here.


Re: Help on setting Game mode - emer720 - 22.08.2009

where is ongameinit located