Page MenuHomeFeedback Tracker

isServer returning false from server
New, WishlistPublic

Description

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.

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

swiftchocobo edited Additional Information. (Show Details)
swiftchocobo set Category to Dedicated Server.
swiftchocobo set Reproducibility to Always.
swiftchocobo set Severity to None.
swiftchocobo set Resolution to Open.
swiftchocobo set Legacy ID to 1565799515.May 7 2016, 7:54 PM

Since hint does nothing on dedicated server, you must be running it on client, therefore isServer false.