Jump to content

Changing cj model?


danuixas

Recommended Posts

Hello wanted to ask did anyone tried to edit cj model

well the textures replacing for it seems to work but not the model here the potato face i got when i tried replacing cj with tommy vercetti:

e422fde11a77d3c5d23e80bd82316ea430.JPG

well thats the code i used for txds that worked :

  
addEventHandler ( 'onClientResourceStart', resourceRoot, 
    function ( ) 
        local txd = engineLoadTXD ( 'player_face.txd' ) 
        engineImportTXD ( txd, 30418 ) 
   end 
) 
  

and dis is how i tried to replace the head model

  
addEventHandler ( 'onClientResourceStart', resourceRoot, 
    function ( ) 
        local dff = engineLoadDFF ( 'head.dff') 
        engineReplaceModel ( dff, 30371 ) 
    end 
) 

Link to comment

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