Jump to content

Duda


Arsilex

Recommended Posts

Posted

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 

rsilex.png.0e6ad382b3fdc3cbe6390e3e847572c9.png
Posted

Postea el script completo.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

Y donde esta definido 'source'?

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...