Server Unknown command
#4

Well if your using :

dcmd & strcmp:
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
   // codes here
   return SendClientMessage(playerid, color, "ERROR : Blah blah blah");
}
Not quite sure with zcmd though :
pawn Код:
CMD:command(playerid, params[])
{
   // code here
   return SendClientMessage(playerid, Color, "ERROR : Blah blah blah");
}
EDIT : LMAO, sorry -.-
Reply


Messages In This Thread
Server Unknown command - by FireCat - 05.08.2010, 13:04
Re: Server Unknown command - by [XST]O_x - 05.08.2010, 13:15
Re: Server Unknown command - by DarkClone - 05.08.2010, 13:16
Re: Server Unknown command - by ViruZZzZ_ChiLLL - 05.08.2010, 13:16
Re: Server Unknown command - by FireCat - 05.08.2010, 13:21

Forum Jump:


Users browsing this thread: 1 Guest(s)