Custom unknow command message
#4

pawn Код:
public OnPlayerCommandPerformed( playerid, cmdtext[ ], success )
{
    if( !success )
    {
        SendClientMessage( playerid, 0xFF0000FF, "[ERROR]: That command does not exist." );
    }
    return 1;
}
Reply


Messages In This Thread
Custom unknow command message - by Sellize - 06.08.2013, 13:16
Re: Custom unknow command message - by tyler12 - 06.08.2013, 13:18
Re: Custom unknow command message - by Sellize - 06.08.2013, 13:18
Re: Custom unknow command message - by Konstantinos - 06.08.2013, 13:20
Re: Custom unknow command message - by tyler12 - 06.08.2013, 13:20
Re: Custom unknow command message - by Sellize - 06.08.2013, 13:22

Forum Jump:


Users browsing this thread: 2 Guest(s)