Two questions about playerid definitions
#5

Than use loops.

pawn Код:
for (new all = 0; all < MAX_PLAYERS; all ++) {
  SendClientMessage(all,0xFFFFFFAA,"Test message to all."); }

// Or faster foreach
foreach (Player, all) {
  SendClientMessage(all,0xFFFFFFAA,"Test message to all."); }
Regards.
Reply


Messages In This Thread
Two questions about playerid definitions - by Zack9764 - 19.02.2011, 21:01
Re: Two questions about playerid definitions - by PowerPC603 - 19.02.2011, 22:06
Re: Two questions about playerid definitions - by xRyder - 19.02.2011, 23:25
Re: Two questions about playerid definitions - by Zack9764 - 20.02.2011, 13:53
Re: Two questions about playerid definitions - by admantis - 20.02.2011, 14:12
Re: Two questions about playerid definitions - by Zack9764 - 20.02.2011, 15:21
Re: Two questions about playerid definitions - by Marricio - 20.02.2011, 15:23
Re: Two questions about playerid definitions - by jameskmonger - 20.02.2011, 15:32

Forum Jump:


Users browsing this thread: 1 Guest(s)