11.06.2012, 10:49
Ta ai
PHP код:
public SendVipMessage(color, string[])
{
for(new i = 0; i <= HighestID; i++)
if(IsPlayerConnected(i))
if(Player[i][pVIP] > 0 || Player[i][pAdmin] > 0)
if(ChatVIP[i] == 1)
SendClientMessage(i, color, string);
}