SA-MP Forums Archive
How to add GM on samp server? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: General (https://sampforum.blast.hk/forumdisplay.php?fid=13)
+--- Thread: How to add GM on samp server? (/showthread.php?tid=380484)



How to add GM on samp server? - GlockO - 25.09.2012

How to add GM on samp server?
i want a stunt server...if somebody can give me one GM and tell me how to add it..please .


Re: How to add GM on samp server? - Lordzy - 25.09.2012

First download a stunt gamemode/make yours.
Then, add the gamemode (.amx) file in Gamemodes folder.
Open server.cfg using notepad.

And you can see like this
Код:
port 7777
hostname SA-MP 0.3 server
filterscripts gl_property
gamemode0 grandlarc 1
Now change the "grandlarc" or whatever in the gamemode line to your filename.
Example:
Код:
gamemode0 lordzgm 1
For more help, visit wiki.sa-mp.com


Re: How to add GM on samp server? - GlockO - 25.09.2012

I added 3 and at everyone is restarting,and at one it says i m banned.


Re: How to add GM on samp server? - Si|ent - 25.09.2012

You cant add three gamemodes without integrating them into a single one, which is usually not feasable. Select one and use it.


Re: How to add GM on samp server? - GlockO - 25.09.2012

No all at same time...
First time a stunt...restarting...i deleted him ...next a roleplay..dont work..deleted..and etc..


Re: How to add GM on samp server? - Lordzy - 26.09.2012

Gamemodes probably works fine.
Try updating your plugin and use 1 gamemode only and try.
Код:
gamemode0 yourgamemode 1



Re: How to add GM on samp server? - carz0159 - 26.09.2012

id you dont know how do this, the easiestpart of running a server, may e you shouldnt run a server, impretty surethe problem with the scripts is user error...


Re: How to add GM on samp server? - BritishSombrero - 03.10.2012

Add The File To Your Game Modes File Should Work







Re: How to add GM on samp server? - Mikkel - 03.10.2012

When it said you're banned, did you try to rejoin? Because it happens sometimes and you practically just have to rejoin.


Re: How to add GM on samp server? - Alcatraz Gaming - 03.10.2012

Place the .amx & .pwn file in the 'gamemodes' folder

In your server.cfg, you want to run 1 gamemode

gamemode 0 whatever your GM is 1

If you want to run more than 1 GM

Don't know whether this will work, but try

gamemode 0 GM 1 1
gamemode 1 GM 2 1
gamemode 2 GM 3 1