Is there a way to disable all commands before player logs in?
#2

If you use ZCMD:
pawn Код:
public OnPlayerCommandReceived( playerid, cmdtext[ ] )
{
    if( !isplayerloggedin[ playerid ] ) return 0; // CHANGE THIS TO YOUR NEEDS (IF NOT LOGGED IN)
    return 1;
}
Reply


Messages In This Thread
Is there a way to disable all commands before player logs in? - by PrivatioBoni - 16.10.2013, 12:08
Re: Is there a way to disable all commands before player logs in? - by Konstantinos - 16.10.2013, 12:19
Re: Is there a way to disable all commands before player logs in? - by PrivatioBoni - 16.10.2013, 12:33

Forum Jump:


Users browsing this thread: 2 Guest(s)