Thread: Error on shaman
View Single Post
Emp`
AMX Mod X Plugin Approver
Join Date: Aug 2005
Location: Decapod 10
Old 06-01-2006 , 18:56  
#6

change line 145
Code:
	if ( is_user_alive(id) && id != attacker && gIsZombie[id] ) {
to
Code:
	if ( is_user_alive(id) && is_user_alive(attacker) && id != attacker && gIsZombie[id] ) {
that should fix it, tell me if it does
Emp` is offline
Send a message via AIM to Emp` Send a message via MSN to Emp` Send a message via Yahoo to Emp` Send a message via Skype™ to Emp`