26.08.2009, 17:38
I think its brackets,
Try that but mess with indentation
Код:
if(strcmp(cmd, "/o", true) == 0 || strcmp(cmd, "/ooc", true) == 0) { format(string, sizeof(string), "OOC: %s: %s", GetPlayerNameEx(playerid), result); SendClientMessageToAll(COLOR_BLUE,string); return 1; }
