How to customize "SERVER:Unknown Command"?
#6

If you use ZCMD, don't use OnPlayerCommandText. Add this anywhere:
pawn Код:
public OnPlayerCommandPerformed( playerid, cmdtext[ ], success )
{
    if( success == 0 )
        return SendClientMessage( playerid, COLOR, "Your new unknown command text" );
}
@SilentHuntR: I don't recommend changing INCs.
Reply


Messages In This Thread
How to customize "SERVER:Unknown Command"? - by Bates - 18.04.2011, 17:09
Re: How to customize "SERVER:Unknown Command"? - by Sascha - 18.04.2011, 17:20
Re: How to customize "SERVER:Unknown Command"? - by Bates - 18.04.2011, 17:23
Re: How to customize "SERVER:Unknown Command"? - by Sascha - 18.04.2011, 17:24
Re: How to customize "SERVER:Unknown Command"? - by Joe Staff - 18.04.2011, 17:37
Re: How to customize "SERVER:Unknown Command"? - by Mean - 18.04.2011, 18:30
Re: How to customize "SERVER:Unknown Command"? - by Bates - 18.04.2011, 19:19
Re: How to customize "SERVER:Unknown Command"? - by MP2 - 18.04.2011, 19:33
Re: How to customize "SERVER:Unknown Command"? - by Bates - 18.04.2011, 20:49
Re: How to customize "SERVER:Unknown Command"? - by Mean - 19.04.2011, 12:51

Forum Jump:


Users browsing this thread: 3 Guest(s)