23.10.2012, 20:35
Use code like this
To the guy above, what is that, useless comment
Quote:
public OnPlayerCommandPerformed(playerid, cmdtext[], success) { if(!success) { new string[70]; format(string, sizeof(string), "Error: {FFFFFF}The command '%s' was not recognised, please type /help.", cmdtext); SendClientMessage(playerid, -1, string); } return 1; } |