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

return 0; after every command, or like this

pawn Код:
public OnPlayerCommandPerformed( playerid, cmdtext[ ], success )
{
    if( success == 0 )
    {
       
     }
     return SendClientMessage( playerid, COLOR, "Your new unknown command text" );
     return 0;
}
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: 1 Guest(s)