Bully-Board

Bully Modding Section => Requests => Requests Archive => Topic started by: Arthur Marinho on June 24, 2013, 06:10:27 PM

Title: Hits damage
Post by: Arthur Marinho on June 24, 2013, 06:10:27 PM
good night. So, i´ve been trying for a long time to change how much damage some people inflict with their moves, with no success. I wonder if anyone knows how to do that?
Title: Re: Hits damage
Post by: c00ld0c26 on June 24, 2013, 07:52:33 PM
This is the command :

PedSetDamageGivenMultiplier(ID, 2, 2.00)

The command will double the damage the Ped is doing.
Meaning if I have  : local Russell = nil
and I set the command to be like this : PedSetDamageGivenMultiplier(Russell, 2, 2.00)
Russell will do 2 times more damage.
Now ignore the 2.
Change only the 2.00 to make the damage higher or lower.
Title: Re: Hits damage
Post by: Arthur Marinho on June 24, 2013, 08:06:25 PM
ok, but in which file should i put this?
Title: Re: Hits damage
Post by: c00ld0c26 on June 24, 2013, 08:07:44 PM
In your lua script.
Title: Re: Hits damage
Post by: Arthur Marinho on June 25, 2013, 12:56:35 PM
ok, thanks