Looking for Prox Detector
#3

pawn Код:
stock SendLocalChat(playerid,color,msg[],Float:radius)
{
  new Float:x,Float:y,Float:z;
  GetPlayerPos(playerid,x,y,z);
  for(new ply;ply<MAX_PLAYERS;ply++)
  {
    if(IsPlayerInRangeOfPoint(ply,radius,x,y,z))SendClientMessage(ply,color,msg);
  }
  return 1;
}
An method made by Joe Staff.

Have a nice day !
Reply


Messages In This Thread
Looking for Prox Detector - by DDodo - 10.09.2011, 17:10
Re: Looking for Prox Detector - by AustinJ - 10.09.2011, 17:14
Re: Looking for Prox Detector - by Max_Coldheart - 10.09.2011, 17:16
Re: Looking for Prox Detector - by DDodo - 10.09.2011, 17:23
Re: Looking for Prox Detector - by =WoR=Varth - 10.09.2011, 17:24
Re: Looking for Prox Detector - by Jafet_Macario - 10.09.2011, 17:24

Forum Jump:


Users browsing this thread: 1 Guest(s)