Proxdetector error??
#5

Use this one.

Code:
stock ProxDetector(Float:radi, playerid, string[],color)
{
new Float:x,Float:y,Float:z;
GetPlayerPos(playerid,x,y,z);
for(new player;player<MAX_PLAYERS;player++)
{
if(!IsPlayerConnected(playerid))continue;
if(IsPlayerInRangeOfPoint(playerid,radi,x,y,z))Sen dClientMessage(player,color,string);
}
}
Faster, smaller and better.
Reply


Messages In This Thread
Proxdetector error?? - by KaliKs - 08.03.2014, 09:31
Re: Proxdetector error?? - by Bingo - 08.03.2014, 09:32
Re: Proxdetector error?? - by KaliKs - 08.03.2014, 09:42
Re: Proxdetector error?? - by iThePunisher - 08.03.2014, 09:49
Re: Proxdetector error?? - by GrandParadise - 08.03.2014, 09:55
Re: Proxdetector error?? - by KaliKs - 08.03.2014, 15:03
Re: Proxdetector error?? - by KaliKs - 08.03.2014, 18:56
Re: Proxdetector error?? - by KaliKs - 08.03.2014, 18:58

Forum Jump:


Users browsing this thread: 8 Guest(s)