Bully-Board
Bully Modding Section => Modding Questions/Help => Modding Questions/Help Archives => Topic started 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)
-
PedSetFaction(gPlayer, 2)
-
Thanks!
-
Do anyone of you guys have P_Striker_B stance?
-
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".
-
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?
-
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.