06.09.2009, 12:01
You say theres no errors?
Maybe its the last loop?
Maybe its the last loop?
pawn Код:
for(new i=0;i<MAX_PLAYERS;i++)
{
if(IsPlayerConnected(i) && PlayerInfo[pAdmin] >= 1)
{
SendClientMessage(i,COLOR_ORANGE,string);
}
}