how to unlock server with command? - 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: how to unlock server with command? (
/showthread.php?tid=267512)
how to unlock server with command? -
mariomako - 08.07.2011
How to unlock server with command ingame? i NEED that command
Re: how to unlock server with command? -
Vince - 08.07.2011
pawn Код:
COMMAND:unlock(playerid, params[])
{
#pragma unused params, playerid
SendRconCommand("password 0");
return 1;
}
Adjust to your own needs.