Posts: 309
Threads: 83
Joined: Jul 2016
Reputation:
0
Guys i buy host from ultra host but i dont know how to change gamemode with my
Posts: 180
Threads: 6
Joined: May 2016
Reputation:
0
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
Posts: 6,242
Threads: 8
Joined: Jun 2008
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.