Jump to content

sacar bonnet capote


Recommended Posts

Posted

Postea lo que intentaste.

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

intente hacer esto, pero soy tan noob que ni sabia que hacer

function ()

state = setVehicleDoorState ( aqui iria el coche actual, 0, 4 )

addCommandHandler ( "capo", state )

Lo que quiero hacer, es que al dijitar un comando, se saque el capo del coche actual

Posted (edited)
function state() 
         setVehicleDoorState ( aqui iria el coche actual, 0, 4 ) 
end 
addCommandHandler ( "capo", state ) 

Edited by Guest

bandera_de_Venezuela.png

Posted

te falto cerrar la funcion

function state() 
         setVehicleDoorState ( aqui iria el coche actual, 0, 4 ) 
end 
addCommandHandler ( "capo", state ) 

Posted
function state ( thePlayer ) 
    local vehicle = getPedOccupiedVehicle ( thePlayer ) 
    if ( vehicle ) then 
        setVehicleDoorState ( vehicle, 0, 4 ) 
    end 
end 
addCommandHandler ( "capo", state ) 

Con ese deberia funcionar, es server side el script.

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

De nada.

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.

  • Recently Browsing   0 members

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