SA-MP Forums Archive
Help How Can I Lck My Server With Lock Sinh - 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 How Can I Lck My Server With Lock Sinh (/showthread.php?tid=255084)



Help How Can I Lck My Server With Lock Sinh - Shoaib - 14.05.2011

I Have A Server That I Want To Lock I Have Set Rcon How Can I Lock My Server With The Red Lock


Re: Help How Can I Lck My Server With Lock Sinh - linuxthefish - 14.05.2011

Log into rcon, and type "/rcon password locked" where locked is the password.


Re: Help How Can I Lck My Server With Lock Sinh - ••• ĤБĶБM ••• - 14.05.2011

Quote:
Originally Posted by linuxthefish
Посмотреть сообщение
Log into rcon, and type "/rcon password locked" where locked is the password.
That'll probably reset after a simple server restart. To make it permanent, open your server.cfg and add this line:

Код:
password mypassword
Replace mypassword with the password you want.