Bully-Board

Bully Modding Section => Requests => Requests Archive => Topic started by: Enderman on November 05, 2014, 07:30:22 AM

Title: Faction
Post by: Enderman on November 05, 2014, 07:30:22 AM
Can someone give respect and faction of the Jock throught lua please  :innocent:
Title: Re: Faction
Post by: GreenOmnitrix on November 05, 2014, 10:51:02 AM
PedSetFaction(gPlayer, 2)
This will set players faction into Jock.

PedSetTypeToTypeAttitude(2, 13, 4)
PedSetTypeToTypeAttitude(1, 13, 1)
PedSetTypeToTypeAttitude(3, 13, 1)
PedSetTypeToTypeAttitude(4, 13, 1)
PedSetTypeToTypeAttitude(5, 13, 1)
PedSetTypeToTypeAttitude(6, 13, 1)
PedSetTypeToTypeAttitude(5, 11, 1)
This will set all factions to hate the player except the Jocks.