Getting closest issue
#1

Alright so the problem is simple, the code works but if you are not in range of that vehicle you will get unknown command display

PHP код:
GetClosestVehicleForPlayer(playerid)
{
    new 
vehicleid INVALID_VEHICLE_ID;
    new 
Float:distance 5.0;
    new 
Float:XFloat:YFloat:Z;
    
GetPlayerPos(playeridXYZ);
    for(new 
0MAX_VEHICLESi++)
    {
        if(!
IsValidVehicle(i)) continue;
        new 
Floattmp GetVehicleDistanceFromPoint(iXYZ);
        if(
tmp distance) continue;
        
vehicleid i;
        
distance tmp;
    }
    return 
vehicleid;

Reply


Messages In This Thread
Getting closest issue - by TwinkiDaBoss - 01.01.2016, 18:16
Re: Getting closest issue - by jlalt - 01.01.2016, 18:20
Re: Getting closest issue - by TwinkiDaBoss - 01.01.2016, 18:37

Forum Jump:


Users browsing this thread: 1 Guest(s)