How can I make the order/repair work just in front of a vehicle
#9

Jimmi you need this: https://sampforum.blast.hk/showthread.php?tid=486060

and change Float:X, Float:Y, Float:Z with another name( ES. Float:vX )

PHP код:

if(strcmp(cmd"/repair"true) == 0

    new  
    
Float:vX
    
Float:vY
    
Float:vZ
    
vehicleid GetNearestVehicle(); 
    
GetVehicleHood(vehicleidvXvYvZ); 
    if(
IsPlayerInRangeOfPoint(playerid1.5XYZ)) 
    { 
        
ApplyAnimation(playerid,"CAR""Fixn_Car_Loop",4.1,1,1,1,1,10000); 
        
SetVehicleHealth(vehicleid1000.0); 
        
RepairVehicle(vehicleid); 
    } 
    else 
SendClientMessage(playerid, -1"You're not near vehicle's hood."); 
     
    return 
1

Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)