31.05.2012, 17:28
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);
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);