06.10.2012, 15:26
i made cmd
AND WHEN I GO INGAME AND TYPE /admins nothing happens :S can some1 tell me how to fix it ? when player type /admins to say You cant see the admin list ?
Код:
if (strcmp(cmd, "/admins", true) == 0) { SendClientMessage(playerid, COLOR_WHITE, " You cant see the admin list."); return 1; }