Quote:
Originally Posted by papajchris
Can strings like clientr. and client only be numbers? When I do scripts such as the following, they don't appear in attributes.
PHP Code:
function onPlayerTouchsme() {
client.high3=false;
}
|
if a var is set to false, it will no longer appear if you view a player's flags to prevent that var from taking up memory
since client.high3 wouldn't exist, evaluating
if(client.high3)
would return false since no value is attached to it