how to send message to only certain person
#2

lets just say your using the var new mechanic[MAX_PLAYERS];

pawn Код:
for(new i=0;i<MAX_PLAYERS;i++) {
if(mechanic[i] == 1){
SendClientMessage(i,colour,"msg");
}
}
Reply


Messages In This Thread
how to send message to only certain person - by killdahobo99 - 04.08.2009, 01:43
Re: how to send message to only certain person - by [LL]InstabiC - 04.08.2009, 01:48
Re: how to send message to only certain person - by killdahobo99 - 04.08.2009, 01:56
Re: how to send message to only certain person - by Woet - 04.08.2009, 02:45
Re: how to send message to only certain person - by killdahobo99 - 04.08.2009, 13:03

Forum Jump:


Users browsing this thread: 1 Guest(s)