Quote:
Originally Posted by bibu
You were talking about this, only one variable:
PHP Code:
if( g_bitHudFlags[id] )
{
And I am talking about the others, you're using just one.
|
Correct. The one variable that I'm using uses bit flags so it is effectively 32 variables in one integer.
Was I correct in assuming that your overall goal is to make it so each individual player can choose which of the features are enabled or disabled?
__________________