Jump to content
Grenadier ITF

Module - Hint format don't work on server dedicate

Recommended Posts

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×