11.06.2012, 11:13
pawn Код:
new aux[MAX_PLAYERS];
Quote:
Ta ai
PHP код:
|
pawn Код:
public SendVIPMessage(color, string[])
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
if(!aux[i])
{
if(PlayerInfo[i][pVIP] >= 1 || PlayerInfo[i][pAdmin]>= 1)
{
SendClientMessage(i, color, string);
}
}
}
}
}