You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some optional inventory logging (suggested by @sdsznsk during the mission on Monday) could be useful to quickly locate any equipment thiefs (intentional or not).
It could use InventoryOpened EH and InventoryClosed EH to check which items appeared/disappeared in player inventory but this could be very demanding as every player would fire the EH every time he opens his inventory.
Alternatively, on the server side for given container we could use ContainerOpened EH and compare the player loadout before and after he closes the container. This way we limit EH only to one object and one machine.
The text was updated successfully, but these errors were encountered:
Some optional inventory logging (suggested by @sdsznsk during the mission on Monday) could be useful to quickly locate any equipment thiefs (intentional or not).
It could use InventoryOpened EH and InventoryClosed EH to check which items appeared/disappeared in player inventory but this could be very demanding as every player would fire the EH every time he opens his inventory.
Alternatively, on the server side for given container we could use ContainerOpened EH and compare the player loadout before and after he closes the container. This way we limit EH only to one object and one machine.
The text was updated successfully, but these errors were encountered: