03.03.2009, 20:31
I want to change the input SendClientMessage(playerid to SendClientMessage(job, etc
Ive used the
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.
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;