Play3r 147 Posted August 2 I have this line i play on screen when a COND is true, but it only shows to the one who triggers is. How do i make is so all player on the server sees it? [format ["%1", format ["%1",name player]], "Downloading!!"] spawn BIS_fnc_showSubtitle ; Share this post Link to post Share on other sites
R3vo 2654 Posted August 2 [ "", format [ "%1 Downloading!!", name player ] ] remoteExec ["BIS_fnc_showSubtitle", 0]; Try this code. 1 1 Share this post Link to post Share on other sites
Play3r 147 Posted August 3 18 hours ago, R3vo said: [ "", format [ "%1 Downloading!!", name player ] ] remoteExec ["BIS_fnc_showSubtitle", 0]; Try this code. This work great thanks for the help. 1 Share this post Link to post Share on other sites