Arsilex Posted August 13, 2012 Posted August 13, 2012 Por que me falla este script ((Sirve para reparar las ruedas de un coche pero no repara function FIX ( theVehicle ) local theVehicle = getPedOccupiedVehicle( source ) if ( theVehicle ) then setVehicleWheelStates ( theVehicle, frontLeft, 0 ) setVehicleWheelStates ( theVehicle, frontRight, 0 ) setVehicleWheelStates ( theVehicle, rearLeft, 0 ) setVehicleWheelStates ( theVehicle, rearRight, 0 ) end end
Castillo Posted August 13, 2012 Posted August 13, 2012 Postea el script completo. San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
Arsilex Posted August 13, 2012 Author Posted August 13, 2012 es todo no hay mas solo que se inicia con un boton.
Castillo Posted August 13, 2012 Posted August 13, 2012 Y donde esta definido 'source'? San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
BorderLine Posted August 13, 2012 Posted August 13, 2012 podria ser algo como esto? function FIX (driver) local theVehicle = getPedOccupiedVehicle( driver ) if ( theVehicle ) then setVehicleWheelStates ( theVehicle, frontLeft, 0 ) setVehicleWheelStates ( theVehicle, frontRight, 0 ) setVehicleWheelStates ( theVehicle, rearLeft, 0 ) setVehicleWheelStates ( theVehicle, rearRight, 0 ) end end Actual Nick: [XGN]BorderLine Actual Clan: XLatino Actual Status: Staff, Mod Level 1 (BOSS)Yakuza - [vS]Yakuza - [sXE]Yakuza - [uG]Yakuza - [FTLS]Racing - [XGN]Borderline
Recommended Posts