Vehicle Speed
#2

set a timer to call to check for the vehicle's speed and then set it to the desired colour if the required speed is match
PHP код:
#define MPH_KMH 1.609344 
stock GetVehicleSpeedvehicleid 

    new 
        
Float:x
        
Float:y
        
Float:z
        
vel
    
GetVehicleVelocityvehicleidxy); 
    
vel floatroundfloatsqrootx*y*z*) * 180 );           // KM/H 
//  vel = floatround( floatsqroot( x*x + y*y + z*z ) * 180 / MPH_KMH ); // Mph 
    
return vel

Reply


Messages In This Thread
Vehicle Speed - by AndreiWow - 29.12.2015, 12:23
Re: Vehicle Speed - by xTURBOx - 29.12.2015, 14:07
Re: Vehicle Speed - by jlalt - 29.12.2015, 14:35

Forum Jump:


Users browsing this thread: 1 Guest(s)