Quote:
Originally Posted by Struggler
Ah so question: If I add a clientr variable they wont always appear in a player's script flags under attributes?
Because I tried echo, it echo'd the value correctly but its not displayed under script flags.
|
like tim said, it wont display if it equals NULL or when it's blank. Try it with another number or string, like 1 or "hello".
Also make sure to use
player.clientr.flag, not just
clientr.flag