1. Is it possible to save a temporary variable on a player just untill they disconnect?
     
  2. Wulf

    Wulf Community Admin

    What are you trying to save? You can do anything you want, just clear it out OnPlayerDisconnected.
     
  3. i'm building an admin/vip system to link into my forum and i need to be able to save a group number on the player.
     
  4. Just create a lookup table then, use the players steamid as the key and have it will return the group they are in. You can't set random values on the BasePlayer object as you are only allowed to modify the current fields it has.
     
  5. Can this be saved so the variable can be used by any plugin?
     
  6. Depends really how you implement it :/