Bully-Board

Bully Modding Section => Bully Modding => Topic started by: Zenro on August 20, 2021, 05:47:41 AM

Title: I need help
Post 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
Title: Re: I need help
Post by: SimonBestia on August 20, 2021, 09:22:17 AM
Works fine on my end.

Do you happen to have a modded Ide.img?
It might be conflicting with the code.
Title: Re: I need help
Post by: mhdt on August 21, 2021, 05:56:10 PM
you should put it in the loop
Title: Re: I need help
Post by: Zenro on August 22, 2021, 02:11:53 AM
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