News: Welcome back to Bullworth! If you haven't already, you will need to reset your password..


Author Topic: I need help  (Read 1290 times)

0 Members and 1 Guest are viewing this topic.

Offline Zenro

  • Jr. Member
  • **
  • Posts: 2
    • View Profile
I need help
« 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

Offline SimonBestia

  • Full Member
  • ***
  • Posts: 293
  • Gender: Male
  • Bully-Board's Best Weeb
    • View Profile
    • Youtube Channel
Re: I need help
« Reply #1 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.

Offline mhdt

  • Jr. Member
  • **
  • Posts: 93
  • 中国!中国!中国!
    • View Profile
Re: I need help
« Reply #2 on: August 21, 2021, 05:56:10 PM »
you should put it in the loop

Offline Zenro

  • Jr. Member
  • **
  • Posts: 2
    • View Profile
Re: I need help
« Reply #3 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