AndrewGuy12 Posted December 20, 2007 Share Posted December 20, 2007 I want a model to replace CJ not a PED. I got it to replace a ped but I want it to replace CJ. If you have to replace like head.dff or something like that in the player.img then can you tell me how? Is there a tutoiral for that? When I try to replace any head.dff, legs.dff, arms.dff for CJ the game always freezes so I think its different then what I did to replace a whole ped model. Can anyone help me Link to comment https://gtaforums.com/topic/304281-how-to-make-a-model-replace-cj/ Share on other sites More sharing options...
coin-god Posted December 20, 2007 Share Posted December 20, 2007 I want a model to replace CJ not a PED. I got it to replace a ped but I want it to replace CJ. If you have to replace like head.dff or something like that in the player.img then can you tell me how? Is there a tutoiral for that? When I try to replace any head.dff, legs.dff, arms.dff for CJ the game always freezes so I think its different then what I did to replace a whole ped model. Can anyone help me You have to code that. If you want CJ to use a Unified Ped model. :MODELthread 'MODEL' wait 0 Model.Load(#NAME_OF_THE_DFF)038B: load_requested_models if Model.Available(#NAME_OF_THE_DFF)jf @MODEL 09C7: set_player $PLAYER_CHAR modelID_to #NAME_OF_THE_DFFend_thread esample: :MODELthread 'MODEL' wait 0 Model.Load(#BMOBAR)038B: load_requested_models if Model.Available(#BMOBAR)jf @MODEL 09C7: set_player $PLAYER_CHAR modelID_to #BMOBARend_thread SCM code. Sanny Builder 3.0 Link to comment https://gtaforums.com/topic/304281-how-to-make-a-model-replace-cj/#findComment-1057345104 Share on other sites More sharing options...
AndrewGuy12 Posted December 20, 2007 Author Share Posted December 20, 2007 LIKE WHAO! This sounds awsome. But theres got to be a catch. How do you code things? Link to comment https://gtaforums.com/topic/304281-how-to-make-a-model-replace-cj/#findComment-1057345108 Share on other sites More sharing options...
coin-god Posted December 20, 2007 Share Posted December 20, 2007 LIKE WHAO! This sounds awsome. But theres got to be a catch. How do you code things? Well if you want to learn how to scipt in gta go to the Tutorial Forum and search all the scripting tutorials. Theres one that will show u how to place my code. Note: My code is only compatible with Sanny Builder 3.0 or higher. Link to comment https://gtaforums.com/topic/304281-how-to-make-a-model-replace-cj/#findComment-1057345113 Share on other sites More sharing options...
AndrewGuy12 Posted December 20, 2007 Author Share Posted December 20, 2007 (edited) LIKE WHAO! This sounds awsome. But theres got to be a catch. How do you code things? Well if you want to learn how to scipt in gta go to the Tutorial Forum and search all the scripting tutorials. Theres one that will show u how to place my code. Note: My code is only compatible with Sanny Builder 3.0 or higher. This sounds good but I realized I need to find out how to do it the hard way because I'm making a mod involving the superman mod (instead of Clark Kent turning into Superman, my sonic model will turn into SuperSonic) So I need to know how to replace body parts if I need my mod to work. If you would know how to do that I'd greatly appreciate if you could tell me. Edited December 21, 2007 by AndrewGuy12 Link to comment https://gtaforums.com/topic/304281-how-to-make-a-model-replace-cj/#findComment-1057345120 Share on other sites More sharing options...
coin-god Posted December 20, 2007 Share Posted December 20, 2007 LIKE WHAO! This sounds awsome. But theres got to be a catch. How do you code things? Well if you want to learn how to scipt in gta go to the Tutorial Forum and search all the scripting tutorials. Theres one that will show u how to place my code. Note: My code is only compatible with Sanny Builder 3.0 or higher. This sounds good but I realized I need to find out how to do it the hard way because I'm making a mod involving the superman mod (instead of Clark Kent turning into Superman, my sonic model will turn into SuperSonic) So I need to know how to replace body parts if I need my mod to work. If you would know how to do that I'd greatly appreciate if you knew how. I knoiw. But i cant work in any mod now. Im busy with my own project. Go to Recruits And Recuest and post there about your mod. Dont do it in Mod Showroom till you have a working team or the mod finished. Link to comment https://gtaforums.com/topic/304281-how-to-make-a-model-replace-cj/#findComment-1057345123 Share on other sites More sharing options...
AndrewGuy12 Posted December 20, 2007 Author Share Posted December 20, 2007 Oh, thats ok I don't really want to bother people into gettings things I want myself to be done but Yes I'll do that. Thanks for the help though! Link to comment https://gtaforums.com/topic/304281-how-to-make-a-model-replace-cj/#findComment-1057345131 Share on other sites More sharing options...
shagg Posted August 14, 2008 Share Posted August 14, 2008 Sorry to necropost, but can anyone tell me where exactly to put that code? Because i tried it and SA crashed.. Can't find the topic that Coin mentioned either.. Link to comment https://gtaforums.com/topic/304281-how-to-make-a-model-replace-cj/#findComment-1058456190 Share on other sites More sharing options...
GTA:DonEdition Posted August 16, 2008 Share Posted August 16, 2008 i've been trying to give cj a new head. i replaced the head.dff but it didn't show in the save game and when i start a new game it crashes... what do i do? Link to comment https://gtaforums.com/topic/304281-how-to-make-a-model-replace-cj/#findComment-1058462551 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