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
#2

Here:
http://pastebin.com/m5ae82349
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)