gtacharger Posted November 6, 2016 Share Posted November 6, 2016 I download an software from internet which can mod and change our player model.it comes up with skin_n.cs,skin.img and a custom gta.dat and cleo 3.i installed cleo 3 and put the .cs and .img file in cleo folder.i downloaded a custom skin from internet and added it to skin.img.i have to press tab&Q at the sametime to change our skins.i saved the game with a custom skin.but after i reload the savefile,the skin changes to normal cj skin.i want to have the custom skin when loading the save.please tell me if there is any modding trick to do it.sorry for long paragraph. Link to comment Share on other sites More sharing options...
ZAZ Posted November 6, 2016 Share Posted November 6, 2016 script below changes player into special_actor model (not listed in peds.ide) {$CLEO .cs}thread 'PlayerC' wait 1000while true wait 0 if 0256: player $PLAYER_CHAR defined then 023C: load_special_actor 'cat' as 1 // models 290-299 repeat wait 0 until 023D: special_actor 1 loaded 09C7: $PLAYER_CHAR #SPECIAL01 // change_player_model 0296: unload_special_actor 1 0A93: end_custom_thread endend CLEO MODS CLEO Script Tutorial Link to comment Share on other sites More sharing options...
gtacharger Posted November 7, 2016 Author Share Posted November 7, 2016 i am a beginner and i donot know anything about coding.so tell me where to put this? Link to comment Share on other sites More sharing options...
ZAZ Posted November 7, 2016 Share Posted November 7, 2016 (edited) You have to compile the script with Sannybuilder, go here and learn just the first step Edited November 7, 2016 by ZAZ CLEO MODS CLEO Script Tutorial Link to comment Share on other sites More sharing options...
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