19.07.2012, 11:23
Okay I need help regarding my game mode it works fine but if a player writes a Unknown command in the server the server do nothing and give no message I want it to give Error:Unkown Command any help please?
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
(
if(!success) SendClientMessageEx(playerid, COLOR_WHITE, ''SERVER: Unknown command type /help to see all available commands.'');
return 1;
)