When utilizing the CylinderTrigger function in DayZ, we've encountered an issue where the OnLeaveServerEvent is erroneously triggered upon entering a vehicle. This anomaly appears to stem from a positional discrepancy, wherein the player's location is inaccurately registered upon entering a vehicle.
Description
Description
Details
Details
- Severity
- Minor
- Resolution
- Open
- Reproducibility
- N/A
- Operating System
- Windows 11 x64
- Operating System Version
- -
- Category
- General
Steps To Reproduce
- Implement the CylinderTrigger function in a DayZ environment.
- Set up a scenario where a player is in the CylinderTrigger.
- Enter a vehicle within the vicinity of the CylinderTrigger.
- Observe that the OnLeaveServerEvent is triggered despite the player entering the vehicle.
Additional Information
The OnLeaveServerEvent should only be triggered when a player exits the CylinderTrigger area, not when entering a vehicle.