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


Author Topic: more unarmed damage and reverse grap  (Read 1652 times)

0 Members and 1 Guest are viewing this topic.

Offline ImmortelDude1

  • Newbie
  • *
  • Posts: 0
    • View Profile
more unarmed damage and reverse grap
« on: April 11, 2014, 05:01:11 AM »
hey how do i do more unarmed damage but not the boxing matchs and how do i do the reverse grap so prefects,teachers,orderlies and cops don't bust me.

Offline Bellic19

  • Sr. Member
  • ***
  • Posts: 933
  • Gender: Male
    • View Profile
Re: more unarmed damage and reverse grap
« Reply #1 on: April 11, 2014, 08:45:33 AM »
Basically edit pedstats.dat and edit hummus file for the first one.not sure if reverse grap is possible but you can change the prefects fighting style so they can not but tou

Offline c00ld0c26

  • The D0c
  • Can't Get Enough
  • *****
  • Posts: 5,137
  • Gender: Male
  • Just a dood doing dood things.
    • View Profile
    • My channel.
Re: more unarmed damage and reverse grap
« Reply #2 on: April 11, 2014, 01:16:44 PM »
More damage - simple. use the LUA function : PedSetDamageGivenMultiplier(gPlayer,4)
gPlayer - name of the player, dont change that.
4 - How much to multiple the damage. 2 to double it, 3 to triple and so on....

Reversing busting - Bind 1 of your buttons to a action node of reversel or any attack, that way when a prefect/cop come to bust you, you press the action node and he will countinue the busting animation while the player wont get busted, he will do the action node and you can run away.

Offline ImmortelDude1

  • Newbie
  • *
  • Posts: 0
    • View Profile
Re: more unarmed damage and reverse grap
« Reply #3 on: April 11, 2014, 06:00:10 PM »
Thanks for the replies :) but what is a LUA function? im a new modder.