Jump to content

How to make a model replace CJ


Recommended Posts

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

Link to comment
https://gtaforums.com/topic/304281-how-to-make-a-model-replace-cj/
Share on other sites

 

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

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

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.

 

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

  • 7 months later...

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
  • 0 User Currently Viewing
    0 members, 0 Anonymous, 0 Guests

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.