Jump to content

me ajuda? sou iniciante...


Recommended Posts

Recursos de musica voce pode baixar na comunidade mta: https://community.multitheftauto.com/

Como voce não especificou melhor, vou colocar alguns links.

https://community.multitheftauto.com/index.php?p=resources&s=details&id=3040

https://community.multitheftauto.com/index.php?p=resources&s=details&id=2871

https://community.multitheftauto.com/index.php?p=resources&s=details&id=532

Para importar texturas de skin:

exemplo.

  
function replaceTexture()  
        txd = engineLoadTXD ("skin.txd"); 
        engineImportTXD (txd, 0); 
        dff = engineLoadDFF ("skin.dff", 0); 
        engineReplaceModel (dff, 0); 
end 
addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()), replaceTexture) 
  

Este exemplo vai substituir a textura especificada, no caso skin.txd e skin.dff,

0 é o ID do skin do CJ que eu coloquei por padrão.

Aqui esta a lista de skins: https://wiki.multitheftauto.com/wiki/All_Skins_Page

Link to comment
  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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