IsPlayerNearVehicle
#1

why this doesn't work :O?

pawn Код:
stock IsPlayerNearVehicle(playerid,vehicleid)
{
    new Float:VX,Float:VY,Float:VZ;
    GetVehiclePos(vehicleid,VX,VY,VZ);
    if(IsPlayerInRangeOfPoint(playerid,1.0,VX,VY,VZ)) return 1;
    else return 0;
}
Reply


Messages In This Thread
IsPlayerNearVehicle - by aircombat - 03.04.2011, 21:37
Re: IsPlayerNearVehicle - by Backwardsman97 - 03.04.2011, 22:42
Re: IsPlayerNearVehicle - by SchurmanCQC - 03.04.2011, 22:44
Re: IsPlayerNearVehicle - by aircombat - 04.04.2011, 03:02
Re: IsPlayerNearVehicle - by XFlawless - 04.04.2011, 03:08
Re: IsPlayerNearVehicle - by Donya - 04.04.2011, 03:20
Re: IsPlayerNearVehicle - by Hornet600 - 04.04.2011, 03:42

Forum Jump:


Users browsing this thread: 1 Guest(s)