Bully-Board
Bully Modding Section => Requests => Requests Archive => Topic started 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?
-
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.
-
ok, but in which file should i put this?
-
In your lua script.
-
ok, thanks