Bully-Board
Bully Modding Section => Bully Modding => Topic started by: Zenro on August 20, 2021, 05:47:41 AM
-
Im new to this community and especially modding
I put this into the script:
PedSetDamageGivenMultiplier(gPlayer, 2, 5.7)
PedSetDamageGivenMultiplier(gPlayer, 0, 3)
PedSetDamageTakenMultiplier(gPlayer, 2, 0.75)
PedSetDamageTakenMultiplier(gPlayer, 0, 0.5)
It does changing Jimmy's damage taken/given but, it's only works if i starts a new game. how to fix this?
Thanks in advance
-
Works fine on my end.
Do you happen to have a modded Ide.img?
It might be conflicting with the code.
-
you should put it in the loop
-
Works fine on my end.
Do you happen to have a modded Ide.img?
It might be conflicting with the code.
Sorry for late reply .
Looks like it has and
It has been fixed now, Thanks