Not existing command message error
#4

if you use sscanf, try this:


new commandname; // If string is needed put a "," and add string[54]; or something
if(sscanf(cmd, "s", commandname)) // if its zcmd change cmd to params
format(string, sizeof(string), "%s has not been found", commandname);
return SendClientMessage(playerid, oxFFFFFFF, string);
Reply


Messages In This Thread
Not existing command message error - by x96664 - 31.05.2012, 08:36
Re: Not existing command message error - by Riddy - 31.05.2012, 09:10
Re: Not existing command message error - by x96664 - 31.05.2012, 16:42
Re: Not existing command message error - by Riddy - 31.05.2012, 17:28
Re: Not existing command message error - by MadeMan - 31.05.2012, 17:38
Re: Not existing command message error - by Riddy - 31.05.2012, 17:40

Forum Jump:


Users browsing this thread: 2 Guest(s)