How to make me owner of my server - 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 make me owner of my server (
/showthread.php?tid=611725)
How to make me owner of my server -
Dejan12345 - 10.07.2016
can any send code to I Make me owner of my server
Re: How to make me owner of my server -
hery6 - 10.07.2016
Login as Rcon. In the game, do / rcon login (the password from server.cfg)
Re: How to make me owner of my server -
Lynn - 10.07.2016
Method 1:
In your server.cfg look for rcon_password
Then ingame type:
Код:
/rcon login rcon_password // Change rcon_password to password listed in server.cfg
Then any admin commands you create use
Код:
IsPlayerAdmin(playerid)
Method 2:
If you're using a downloaded gamemode;
Goto your player file
Look for 'Admin=' or 'AdminLevel='
and change 0 to the highest admin level in your gamemode.