danuixas Posted April 12, 2016 Share Posted April 12, 2016 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: 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
aka Blue Posted April 15, 2016 Share Posted April 15, 2016 You need to use shaders. And for remove CJ's head, setPedHeadless and remove the blood. Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now