How to change gamemode on Ultra host with my 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)
+--- Thread: How to change gamemode on Ultra host with my gamemode (
/showthread.php?tid=614076)
How to change gamemode on Ultra host with my gamemode -
Dejan12345 - 04.08.2016
Guys i buy host from ultra host but i dont know how to change gamemode with my
Re: How to change gamemode on Ultra host with my gamemode -
AjaxM - 04.08.2016
File Manager > Gamemodes > Browse (Browse you .amx file (your script)) > Upload file, That's all.
And also go to Server.cfg and then > gamemode > find your gamemode from the drop-down menu and select it > save config > restart your server.
Done
Re: How to change gamemode on Ultra host with my gamemode -
Sew_Sumi - 04.08.2016
When you use gamemode lines you can go
Код:
gamemode0 cnr 1
gamemode1 rp 1
gamemode2 tdm 6
This should mean that when you call GamemodeExit in one, it'll move onto the next. When it hits the last one, it'll run that mode 6 times, then it'll restart at the fist one.
There are problems with RemoveBuildingForPlayer listed under the wiki for the GamemodeExit function.