is exist?
#2

pawn Code:
stock IsPlayerNearVehicle(playerid, vehicleid, Float:range)
{
    if(!GetVehicleModel(vehicleid)) return 0;
    new Float:x, Float:y, Float:z;
    GetVehiclePos(vehicleid, x, y, z);
    return IsPlayerInRangeOfPoint(playerid, range, x, y, z);
}
You mean this?
You can use IsPlayerNearVehicle now..
Reply


Messages In This Thread
is exist? - by speed258 - 23.07.2013, 08:29
Re: is exist? - by JimmyCh - 23.07.2013, 08:42

Forum Jump:


Users browsing this thread: 1 Guest(s)