10.04.2014, 13:58
Hi, Whats wrong with this code?
Its spamming like hell when im executing that command
Код:
CMD:cc(playerid, params[])
{
foreach(Player, i)
{
if(PlayerInfo[playerid][pAdmin] >= 2)
{
for(new e = 0; e < 4; e++) ClearChatbox(i);
new broadcast[128];
format(broadcast, sizeof(broadcast), "AdmCMD: Administrator %s has cleared the chat", GetPlayerNameEx(playerid));
ABroadCast(COLOR_LIGHTRED, broadcast, 1);
}
}
return 1;
}


