How could i send a message to a few people
#2

pawn Код:
format(string, sizeof(string), "Admin %s has started to spectate %s", GetName(playerid), GetName(id));
for(new i=0;i<MAX_PLAYERS;++i) if(Player[i][AdminLevel] >= 6) SendClientMessage(i, WHITE, string);
Reply


Messages In This Thread
How could i send a message to a few people - by Euan Hughes - 30.06.2012, 21:52
Re: How could i send a message to a few people - by Mean - 30.06.2012, 22:12

Forum Jump:


Users browsing this thread: 1 Guest(s)