Description
FlameXM1014 is a new powerfull weapon that let you deal random extra burning damage to zombies
CVARs
PHP Code:
// Max damage [3 * time = 18 dmg]
zp_flamexm_maxdmg 3
// Min damage [1 * time = 6 dmg]
zp_flamexm_mindmg 1
// Burn time
zp_flamexm_time 12 // Real Time = Time/2
// Stop the fire if victim's hp <= that cvar
zp_flamexm_minhp 50
// Delay to allow burn again (min 0.1)
zp_flamexm_delay 4.0 // Must be a float
// Allow weapon only for one round ?
zp_flamexm_oneround 0
Modules
PHP Code:
#include <fun>
#include <engine>
#include <hamsandwich>
Video
http://www.youtube.com/watch?v=RWMZx59Zj-0
Credits
MeRcyLeZZ : Flame/Smoke effect from ZP
Kiske : Help playing sound
lucas_7_94 : Testing
meTaLiCroSS : Game-monitor cvar
NiHiLaNTh : Remove unnecesary code
Bye