|
Author
|
Message
|
|
Senior Member
Join Date: May 2010
Location: Indonesia, South Jakarta
|

01-14-2011
, 08:38
[ZP] Server Addon : Show Zombie health
|
#1
|
This Addon can show zombie health when you point at zombie [when being human class]
Quote:
Originally Posted by WaLkMaN
PHP Code:
#include <amxmodx> #include <zombieplague>
public plugin_init() { register_plugin("ZP: Show Victim HP On Damage", "1.0", "<VeCo>") register_event("Damage","event_damage","b","2!0","3=0","4!0") }
public event_damage(id) { new killer = get_user_attacker(id) if(zp_get_user_zombie(id)) client_print(killer,print_center,"HP: %i",get_user_health(id)) }
|
thx to WaLkMaN
__________________
I play: CS 1.6, CSS, HL2, CSO, Seal Online, Ragnarok, and.....
1. [ZP] Zombie Ambience
[IMG]http://img714.**************/img714/9589/12013gd1w.gif[/IMG]
Adding more Link
Last edited by CSO-fag; 01-17-2011 at 06:27.
|
|
|
|