roddydennvor Posted October 19, 2014 Share Posted October 19, 2014 Hii there , can you explain me how to replace skin ? I just can replace vehicle function replaceModel() txd = engineLoadTXD("club.txd", 502 ) engineImportTXD(txd, 502) dff = engineLoadDFF("club.dff", 502 ) engineReplaceModel(dff, 502) end addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()), replaceModel) addCommandHandler ( "reloadcar", replaceModel ) This is how to replace vehicle ,,, How to replace skin ? Thanks Link to comment
Castillo Posted October 20, 2014 Share Posted October 20, 2014 It's the same way, just put the skin model instead of the vehicle model. Example: If you want to replace Claude Speed skin, change '502' to '299'. 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