how to unlock server with command?
#1

How to unlock server with command ingame? i NEED that command
Reply
#2

pawn Код:
COMMAND:unlock(playerid, params[])
{
    #pragma unused params, playerid
    SendRconCommand("password 0");
    return 1;
}
Adjust to your own needs.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)