Arma 3
terminalACE Feb 18, 2017 @ 8:46pm
HELP! how to show a dynamic text on screen
i want to put a dynamic message on a trigger ,but i 've inserted the fellowing script but it doesn t work :
["Afghanistan","Kandahar Region","22/10/2012"] spawn BIS_fnc_infoText;
["<t color='#ff0000' size = '.8'>Warning!<br />Stop doing what you are doing</t>",-1,-1,4,1,0,789] spawn BIS_fnc_dynamicText;
And honestly i have no idea about how to use these script cannot figrue out some symbol it used for . :steamsad:
< >
Showing 1-2 of 2 comments
Kozak Apr 25, 2017 @ 6:40pm 
tuff
† Rox † Apr 27, 2017 @ 6:22am 
Hopefully you have got it sorted out, but if not, this might be useful :)
[] spawn { if (isDedicated) exitWith {}; waitUntil {player == player}; waitUntil {time > 1}; [str("Top Line"), str("Second Line"), format ["%1", ([dayTime, "HH:MM:SS"] call BIS_fnc_timeToString)], str(date select 1) + "." + str(date select 2) + "." + str(date select 0)] spawn BIS_fnc_infoText; };

Here is an example of what it can look like
< >
Showing 1-2 of 2 comments
Per page: 1530 50

Date Posted: Feb 18, 2017 @ 8:46pm
Posts: 2