Getting closest issue
#2

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
    }
    if(
vehicleid != INVALID_VEHICLE_ID) return vehicleid
    else return 
SendClientMessage(playerid,-1,"There are no vehicle near to you!");

probably its because you giving player invalid vehicle id o.o try this code it would work
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)