View Single Post
p3tsin
Senior Member
Join Date: Sep 2005
Location: Finland
Old 10-22-2006 , 13:15   Re: block/change map precaching
Reply With Quote #14

Quote:
Originally Posted by FatalisDK View Post
Also need help with this -> http://ampaste.net/4372
Code:
public plugin_init() {     register_event("Damage", "event_damage", "be", "2!0") } public event_damage(id) {     new health = get_user_health(id)     if(health > 255 && !(health%256)) set_user_health(id, health-1) }
__________________
plop
p3tsin is offline