Bully-Board

Bully Modding Section => Modding Questions/Help => Modding Questions/Help Archives => Topic started by: UltimateGamer9 on August 11, 2015, 09:52:01 PM

Title: Factions
Post by: UltimateGamer9 on August 11, 2015, 09:52:01 PM
Whenever I set PedSetFaction(gPlayer,6) and then later PedSetFaction(gPlayer,13) and it just doesn't look like he's in player 1 faction. Why?
Title: Re: Factions
Post by: Shrimp on August 11, 2015, 10:09:50 PM
13 is the Bullies faction... If am right, the correct faction is 15 for Player1.
Title: Re: Factions
Post by: UltimateGamer9 on August 11, 2015, 10:21:14 PM
13 is the Bullies faction... If am right, the correct faction is 15 for Player1.
But I think Bullies is 11.
Title: Re: Factions
Post by: DaBOSS54320 on August 11, 2015, 10:29:40 PM
I've heard faction switching has some problems with the player.
Title: Re: Factions
Post by: Shrimp on August 11, 2015, 10:38:55 PM
I've heard faction switching has some problems with the player.

It doesn't really, it work's I guess but the faction you switch don't really help you or interact with you if am right, and other factions are just average and shit.

Jock's faction fixe's the stance? :D
Title: Re: Factions
Post by: AlphaTech on August 12, 2015, 12:04:19 AM
You can't set the faction's for the player twice, PedSetFaction(Player2,15)

PedGuardPed(Player2,Gplayer)

To make ped's guard you, you have to set the ped's focus without the ped being a bodyguard or ally. Just spawn the health bar and Allyblip then that ped will react like a BodyGuard but you will be able to set functions for that ped without interruption.

Learned this from Busting In Part 1 it is similiar to how they make Zoe appear to be a bodyguard but she is just a normal free roam ped set to be a bodyguard. I managed to get the bodyguard's for the Zombie Mod to work in a similiar way.