Bully-Board

Bully Modding Section => Modding Questions/Help => Modding Questions/Help Archives => Topic started by: AfterLife on January 24, 2015, 04:27:20 AM

Title: Jock Stance
Post by: AfterLife on January 24, 2015, 04:27:20 AM
I just completed my Damon Full Boss (Look at my channel) but I noticed it does not have the Jock Stance.
I would like to refer to Masterreys100's video. (Looks like he isn't a shit modder after all xD)
How to get it?

https://www.youtube.com/watch?v=6McSxV7Jj-c (https://www.youtube.com/watch?v=6McSxV7Jj-c)
Title: Re: Jock Stance
Post by: Enderman on January 24, 2015, 05:35:37 AM
PedSetFaction(gPlayer, 2)
Title: Re: Jock Stance
Post by: AfterLife on January 24, 2015, 06:33:24 AM
Thanks!
Title: Re: Jock Stance
Post by: boyser on February 06, 2015, 11:31:39 AM
Do anyone of you guys have P_Striker_B stance?
Title: Re: Jock Stance
Post by: deadpoolXYZ on February 06, 2015, 11:45:56 AM
Do anyone of you guys have P_Striker_B stance?

Change your fighting class in pedstats from "generic" to "striker". This also works for G_Striker_A.
If you want P_Grappler_A stance then change it to "grappler".
Title: Re: Jock Stance
Post by: boyser on February 06, 2015, 11:54:55 AM
Do anyone of you guys have P_Striker_B stance?

Change your fighting class in pedstats from "generic" to "striker". This also works for G_Striker_A.
If you want P_Grappler_A stance then change it to "grappler".
I didn't understand where can i find "generic"
and do you use xfire or steam?
Title: Re: Jock Stance
Post by: WhenLifeGivesYouLemons on February 06, 2015, 06:14:19 PM
Do anyone of you guys have P_Striker_B stance?

Change your fighting class in pedstats from "generic" to "striker". This also works for G_Striker_A.
If you want P_Grappler_A stance then change it to "grappler".
I didn't understand where can i find "generic"
and do you use xfire or steam?
PedSetStatsType(gPlayer, "STAT_P_STRIKER_B")
PedSetStatsType(gPlayer, "STAT_P_GRAPPLER_A")

Basically switching your stats from "Generic Player" you can swap it using different fight classes like Ranged,Striker,Grappler,Melee etc.