Hello everybody, im looking for some help for a block/critical/headshot script, for each weapon,
this is the script i using on all my custom weapons/wands/bows, etc
how can i add block on my armor and how can i use headshot on this script??
Question about block/critical/headshot
this is the script i using on all my custom weapons/wands/bows, etc
how can i add block on my armor and how can i use headshot on this script??
Lua:
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, 0)
setCombatParam(combat, COMBAT_PARAM_BLOCKSHIELD, 0)
setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE)
setCombatParam(combat...