View Single Post
abdul-rehman
Veteran Member
Join Date: Jan 2010
Location: Khi, Pakistan
Old 08-17-2011 , 09:37   Re: Zombie Plague 5.0 Beta 1
#22

Another BUG: in the code
Code:
cvar_respawn_after_last_human = register_cvar("zp_respawn_after_last_human", "1")
This cvar is registered 2 times, 1 time in infection mode, and another time in multi-infection mode so the one in multi-infection mode should be changed from this:
Code:
cvar_respawn_after_last_human = register_cvar("zp_respawn_after_last_human", "1")
To this,
Code:
cvar_respawn_after_last_human = get_pcvar_pointer("zp_respawn_after_last_human", "1")
so that it gets the pointer only and doesnt create one.
__________________

My Plugins For ZP

Inactive due to College and Studies
abdul-rehman is offline
Send a message via Yahoo to abdul-rehman Send a message via Skype™ to abdul-rehman