Bully-Board
Bully Modding Section => Modding Questions/Help => Modding Questions/Help Archives => Topic started by: ImmortelDude1 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.
-
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
-
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.
-
Thanks for the replies :) but what is a LUA function? im a new modder.