help with the mod

Info on other Mods that I have written/created/updated
Post Reply
kreeps

help with the mod

Post by kreeps »

hi, can someone tell me how to turn the "crit" sound on everytime i crit?

thanks

User avatar
Rollie
Site Admin
Posts: 4783
Joined: Sun Nov 28, 2004 11:52 am
Location: Austin, TX
Contact:

Post by Rollie »

On line 19 in MKombat.lua, just change

Code: Select all

local praiseTimeout = 30;
to

Code: Select all

local praiseTimeout = 0;
And it should play every time you crit.
phpbb:phpinfo()

kreeps

Post by kreeps »

thanks! worked out great

Post Reply