17.03.2014, 11:59
Quote:
I think this one.. i dont know which of them.
Код:
stock SendClientMessageEx(playerid, color, string[]) { if(InsideMainMenu[playerid] == 1 || InsideTut[playerid] == 1 || ActiveChatbox[playerid] == 0) return 0; else SendClientMessage(playerid, color, string); return 1; } Код:
stock ICNews(color, string[]) { foreach(Player, i) { if(gNews[i] == 0) SendClientMessageEx(i, color, string); } return 1; } |