Be Zinyak Mod

Any model you load with that, will cause you to have no head/face.
I tried it with Matt,Shaundi and Gat.
-> npc_shaundi_sim, npc_shaundi, npc_shaundi_50s
This is npc_target_maero :
2013-08-24_00002g2sut.jpg
We're almost there!
 
Sure. Thats what I did, I made a new Homie using the 'driveup_homie bug' and if you call him he changes your model to Maero.
Without face because it's a seperate model.
ah :D, is it possible (maybe with the SDK) to change your model just by pressing a couple of binded keys? For example: Shift + 1? I might be getting this idea from a GTA 4 trainer, but I surely think it's possible
 
Could you possibly give me the shaundi model for me to use in game? :D I could try modifying it and testing, if you would be so kind :)
 
Could you possibly give me the shaundi model for me to use in game? :D I could try modifying it and testing, if you would be so kind :)
Sure.
Code:
<Homie>
        <Name>mech_suit</Name>
        <Display_Name>HOMIES_SHAUNDI</Display_Name>
        <Display_Desc>HOMIES_MECH_SUIT_DESC</Display_Desc>
        <Humans>
            <Human>
                <Character>npc_shaundi</Character>
                </Human>
            </Humans>
        <Flags>
            <Flag>change player character</Flag>
            </Flags>
        <Image_name>ui_homie_shaundi</Image_name>
        <_Editor>
            <Category>Entries</Category>
            </_Editor>
        <Audio>PHONE_MECH</Audio>
        </Homie>
 
Back
Top