1. Is it possible to get variable value from game client? And set it... or detect, that player changed some value thru console?
     
  2. Wulf

    Wulf Community Admin

    No, you can only listen for commands that the client sends to the server using OnRunCommand. The only exception is normal keybinds (not custom) which you can listen for using OnPlayerInput.
     
  3. Sad, there is new leaked bug with some client var changing and player is able to interact with cupboad at any distance, if he directly see that cupboard...
     
  4. Wulf

    Wulf Community Admin

    I'm sure a plugin could detect the distance of the player and allow/deny.
     
  5. Hmm, that can be solution... thanks