playerid
#1

I want to change the input SendClientMessage(playerid to SendClientMessage(job, etc

Ive used the

Код:
new jobmsg[MAX_PLAYERS];

for(new job=0; job<MAX_PLAYERS; job++)
if (jobmsg[job] == //the job )
  {
  SendClientMessage(job, COLOR_WHITE, "Message");
  }
return 1;
thing is it wont send, it only sends when doing playerid instead of job, but with playerid put it only sends to the player who issued it, and not tothe others.
Reply


Messages In This Thread
playerid - by wiZaK - 03.03.2009, 20:31
Re: playerid - by Rks25 - 03.03.2009, 20:33

Forum Jump:


Users browsing this thread: 2 Guest(s)