Unknown Command
#3

Use this code
pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
    new string[128];
    if(!success)
    {
        format(string,sizeof(string),"ERROR: %s is Invalid Command!",cmdtext);
        SendClientMessage(playerid,red,string);
    }
    return 1;
}
Reply


Messages In This Thread
Unknown Command - by AnonScripter - 07.11.2013, 09:07
Re: Unknown Command - by Elie1996 - 07.11.2013, 09:51
Re: Unknown Command - by Raza2013 - 07.11.2013, 09:55
Re: Unknown Command - by AnonScripter - 07.11.2013, 19:02

Forum Jump:


Users browsing this thread: 1 Guest(s)