SA-MP Forums Archive
need help on unknow command - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: need help on unknow command (/showthread.php?tid=157718)



need help on unknow command - OmarEco - 07.07.2010

change unknow command to this in photo

i search in ******
i find this topic but it's in the last forum
link
help me


Re: need help on unknow command - OmarEco - 07.07.2010

and any one can help me in this how i lock skins for players only not admins


Re: need help on unknow command - Hiddos - 07.07.2010

pawn Код:
public OnPlayerCommandText(playerid,cmdtext[])
{
  new string[128];
  //blablabla
  format(string,sizeof string,"Command %s doesn't exist!",cmdtext);
  return SendClientMessage(playerid,COLOR_RED,string);
}



Re: need help on unknow command - OmarEco - 07.07.2010

it's work very much half commands in gamemode say this
Command %s doesn't exist