View Single Post
Reignman
Junior Member
Join Date: Jun 2005
Location: Minnesota
Old 06-30-2005 , 14:50  
Reply With Quote #26

Possible bug (using CS 1.6) ...
In the plugin_init I have these settings

register_cvar("amx_maxhealth","250")
register_cvar("amx_healthround","1")
register_cvar("amx_start_health","100")
register_cvar("amx_maxarmor","250")
register_cvar("amx_start_armor","0")
register_cvar("amx_armorround","1")

When the round ends and I have over 100 health it doesn't carry over. It resets my health to 100. No matter what I set the "amx_start_health" cvar to, my health always resets to 100 on round start. The armor carries over just fine though.
__________________
Reignman is offline