CMD:TRUNKPUTGUN
#3

pawn Код:
stock IsPlayerNearVehicle(playerid, vehicleid, Float:range)
{
    new Float:x, Float:y, Float:z;
    GetVehiclePos(vehicleid, x, y, z);
    if(IsPlayerInRangeOfPoint(playerid, range, x, y, z))
    {
        return 1;
    }
    return 0;
}
Reply


Messages In This Thread
CMD:TRUNKPUTGUN - by Smacky - 19.09.2012, 20:15
Re: CMD:TRUNKPUTGUN - by Deathh - 19.09.2012, 20:22
Re: CMD:TRUNKPUTGUN - by C00K13M0N$73R - 19.09.2012, 20:34

Forum Jump:


Users browsing this thread: 3 Guest(s)