setDate – Talk

From Bohemia Interactive Community
Jump to navigation Jump to search
(Justification of proposed code)
 
Line 2: Line 2:


Why is this being global on a server a bad thing? Would it be any different if you execute it on the client, I'll try myself later, but in the meantime? Also dont say unknown version of arma, atleast say the version it was tested on for future reference. --[[User:Benargee|Benargee]] ([[User talk:Benargee|talk]]) 20:01, 4 October 2014 (CEST)
Why is this being global on a server a bad thing? Would it be any different if you execute it on the client, I'll try myself later, but in the meantime? Also dont say unknown version of arma, atleast say the version it was tested on for future reference. --[[User:Benargee|Benargee]] ([[User talk:Benargee|talk]]) 20:01, 4 October 2014 (CEST)
== [[user:OOKexOo|OOKexOo]]: Justification of proposed code in comment ==
The direct use of setDate in combination with remoteExec would be the optimal solution.
However, it did't work when I executed the code with Zeus on a dedicated server.
Thus, the code I propose is a workaround which I can tell for sure that it works fine.

Latest revision as of 00:00, 26 April 2017

RE: MulleDK13 SUB: setDate Global Server Exec

Why is this being global on a server a bad thing? Would it be any different if you execute it on the client, I'll try myself later, but in the meantime? Also dont say unknown version of arma, atleast say the version it was tested on for future reference. --Benargee (talk) 20:01, 4 October 2014 (CEST)

OOKexOo: Justification of proposed code in comment

The direct use of setDate in combination with remoteExec would be the optimal solution. However, it did't work when I executed the code with Zeus on a dedicated server. Thus, the code I propose is a workaround which I can tell for sure that it works fine.