AdamWasHere
Known Member
- Messages
- 31
- Reaction score
- 5
- Points
- 108
How would i go about putting mp_flag_red on a players back as if they picked it up in CTF?
attach doesn't require a tag. Most times just doing self attach( "mp_flag_red"); will work fine.self attach( "mp_flag_red", "j_spine4"); Try that. If it doesnt work, try some other joints :
Damnit, almost:
I know that. The tags help to attach it in certain locations, hence for a flag carrier, the backbone..attach doesn't require a tag. Most times just doing self attach( "mp_flag_red"); will work fine.
When i tried that nothing showed on my characterattach doesn't require a tag. Most times just doing self attach( "mp_flag_red"); will work fine.
When I attached the flag to j_spine4 it was sticking out of the side, i also tried all the other joints but it just doesnt look like it when you pick it up in CTFself attach( "mp_flag_red", "j_spine4"); Try that.
I recommend to take a look into the gsc raw files of ctf gamemode.When i tried that nothing showed on my character
When I attached the flag to j_spine4 it was sticking out of the side, i also tried all the other joints but it just doesnt look like it when you pick it up in CTF
I did. It uses gameobjects, which are actual engine instructions.I recommend to take a look into the gsc raw files of ctf gamemode.