14.01.2012, 00:58
Whats the public function which has a success variable which allows you to make a custom error for invalid commands?
public OnPlayerCommandPerformed(playerid, cmdtext[], success){
if (!success) return SendClientMessage(playerid, YOURCOLOUR, "Your Message");
return 1;
}