Grenadier ITF 6 Posted March 18, 2018 Hi, I'm creating a simple module and into editor works fine. When I go on the server (dedicate) works, except for a simple hint format message that does not appear. Following a syntax of the module code. private ["_Gren_time_Blackout_M","_Gren_CountDown_MSG"]; _logic = param [0,objNull,[objNull]]; _Gren_time_Blackout_M = _logic getVariable ["BlackOut_Time_G",6000]; _Gren_CountDown_MSG = _logic getVariable ["BlackOut_MSG_G",false]; code....bla bla bla... if (_Gren_CountDown_MSG) then {hintSilent format ["in progress; %1 %2", _Gren_time_Blackout_M," sec."];}; I wait for your verdict anxiously!!! Share this post Link to post Share on other sites
Grenadier ITF 6 Posted April 7, 2018 Resolved! isGlobal=1; in config.cpp Share this post Link to post Share on other sites