Quote:
Originally Posted by Anggara_nothing
change like bellow :
PHP Code:
public zp_extra_item_selected(id, item)
{
if (item == g_iItem)
g_bHasDamage[id] = true
}
public Fwd_PlayerSpawn_Post(id)
{
if (g_bHasDamage[id])
g_bHasDamage[id] = false
}
|
When released into the zombies get ammo packs x2, but the health of the zombie does not decrease

What could be problem?
__________________