This only started happening recently. Any mission I host from my dedicated server (running arma 3 server and client on the same machine), the isServer command is returning false. This makes many scripts not run properly. This happens regardless of the mission being ran- even stock missions do this.
Description
Description
Details
Details
- Legacy ID
- 1565799515
- Severity
- None
- Resolution
- Open
- Reproducibility
- Always
- Category
- Dedicated Server
Steps To Reproduce
Start dedicated server
Start ArmA on same machine
Join dedicated server as admin
run "test = isServer; hint format ["%1",test]" from debug
Observe it returns false, where formerly returning true
Additional Information
None of my configuration or internet settings have been changed since this used to work properly. Verifying the integrity of game files did not fix it, nor did reinstalling the arma 3 server files.
Event Timeline
Comment Actions
Since hint does nothing on dedicated server, you must be running it on client, therefore isServer false.