20.03.2009, 17:40
Код:
if(!strcmp(cmdtext, "/announce", true, 8)) { new tString[256]; if(cmdtext[9] != 32 || cmdtext[9] == EOS) { SendClientMessage(playerid, COLOR_BRIGHTRED, "USAGE: /announce <your announcement>"); } else { SendClientMessageToAll(COLOR_YELLOW,tString); format(tString,sizeof(tString), "| Announcement: | %s", tString); SendClientMessageToAll(COLOR_YELLOW,tString); return 1; } }
Could somebody check this for me please?
Bye!
EDIT: The forums must hate me, my intendation keeps fucking here, sorry for that!