In the console i saw this
L 12/07/2015 - 15:28:13: [AMXX] Displaying debug trace (plugin "zp_darkness_zpa.amxx")
L 12/07/2015 - 15:28:13: [AMXX] Run time error 10: native error (native "zp_get_user_zombie")
L 12/07/2015 - 15:28:13: [AMXX] [0] zp_darkness_zpa.sma::lighting_a (line 223)
this code is from line 222 to 225
PHP Code:
// Add ability health to Zombies
if(zp_get_user_zombie(id) || get_pcvar_num(pcv_darkness_zombie_ability)) {
set_user_health(id, get_user_health(id)+get_pcvar_num(pcv_darkness_give_health))
}