Come Chat with us live! Learn how HERE!
Description: Various player statistics in a read-only cvar for binds.p_hpp_teamp_classp_creditsp_scorep_attackerp_weaponsnamep_ammop_killed
bind f10 say OMG i only got \$$p_hp\ life left
theres a few areas where binding cvars can give unwanted results(like swapping for the cvar value when you did the bind not dynamically)
Quote from: SlackerLinux on July 14, 2010, 04:39:23 amtheres a few areas where binding cvars can give unwanted results(like swapping for the cvar value when you did the bind not dynamically)After googling, and asking around I finall figured that out.Now I've come to the problem you just mentionedSo far I got around that problem by making and binding a config file and using it to reset the bind back to the cvars. Is there a solution for this?