Detecting if playerid is in range of vehicleid
#4

pawn Code:
new Float:X,Float:Y,Float:Z;
GetVehiclePos(vehicleid, X, Y, Z);
if(IsPlayerInRangeOfPoint(playerid, 55.0, X, Y, Z))
{
     ...
}
Reply


Messages In This Thread
Detecting if playerid is in range of vehicleid - by jakejohnsonusa - 15.01.2013, 21:03
Re: Detecting if playerid is in range of vehicleid - by Infinity90 - 15.01.2013, 21:16
Re: Detecting if playerid is in range of vehicleid - by jakejohnsonusa - 15.01.2013, 21:23
Re: Detecting if playerid is in range of vehicleid - by Dolby - 15.01.2013, 21:25
Re: Detecting if playerid is in range of vehicleid - by jakejohnsonusa - 15.01.2013, 21:36

Forum Jump:


Users browsing this thread: 1 Guest(s)