Jump to content

¿Se puede hacer esto?


Recommended Posts

Posted

Si, y tambien el modelo.

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

Pues como lo harias con un skin, arma, vehiculo, utilizando las funciones de engine.

Ejemplo:

addEventHandler ( "onClientResourceStart", resourceRoot, 
    function ( ) 
        local txd = engineLoadTXD ( "rueda.txd", 1073 ) 
        if ( txd ) then 
            engineImportTXD ( txd, 1073 ) 
        end 
        local dff = engineLoadDFF ( "rueda.dff", 1073 ) 
        if ( dff ) then 
            engineReplaceModel ( dff, 1073 ) 
        end 
    end 
) 

Podes obtener modelos de las ruedas de aca: https://wiki.multitheftauto.com/wiki/Vehicle_Upgrades

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...