View Single Post
jtp10181
Veteran Member
Join Date: May 2004
Location: Madison, WI
Old 01-24-2006 , 21:09  
#2

thats a bug with the individual heroes not the mod itself. The heroes are supposed to check if the mod is enabled before they do anything.

as for zeus, here is the top a function, to fix the bug in that hero

Code:
public zeus_death()
{
	new id = read_data(2)

	if ( gBetweenRounds || !shModActive() ) return
	if ( !is_user_connected(id) || is_user_alive(id) ) return
__________________
jtp10181 is offline
Send a message via ICQ to jtp10181 Send a message via AIM to jtp10181 Send a message via MSN to jtp10181 Send a message via Yahoo to jtp10181