Jump to content
  • 0

Need Help with this!


Reaper5150

Question

Hello, Once again I'm stuck on what to do here! I have a very simple script I made here for my admin events ( Tp with Countdown timer) The problem I'm having is trying to figure out how to increase the size of the numbers to say 14 or 15 and change the color to a kiwi / light green. (I know it is bad but it works XD)

cutText [format[""], "PLAIN DOWN"]; titleFadeOut 4;
player setPos [4476.2495, 8590.0186];

sleep 10;
cutText ["ROUND STARTS IN...", "PLAIN DOWN"];
sleep 5;
cutText ["5", "PLAIN DOWN"];
sleep 4;
cutText ["4", "PLAIN DOWN"];
sleep 3;
cutText ["3", "PLAIN DOWN"];
sleep 2;
cutText ["2", "PLAIN DOWN"];
sleep 1;
cutText ["GO! GO! GO!!!", "PLAIN DOWN"];
sleep 5;
playsound "introSong";

any help would be great here! Thanks

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0
On 3/31/2019 at 3:43 PM, Reaper5150 said:

Hello, Once again I'm stuck on what to do here! I have a very simple script I made here for my admin events ( Tp with Countdown timer) The problem I'm having is trying to figure out how to increase the size of the numbers to say 14 or 15 and change the color to a kiwi / light green. (I know it is bad but it works XD)

cutText [format[""], "PLAIN DOWN"]; titleFadeOut 4;
player setPos [4476.2495, 8590.0186];

sleep 10;
cutText ["ROUND STARTS IN...", "PLAIN DOWN"];
sleep 5;
cutText ["5", "PLAIN DOWN"];
sleep 4;
cutText ["4", "PLAIN DOWN"];
sleep 3;
cutText ["3", "PLAIN DOWN"];
sleep 2;
cutText ["2", "PLAIN DOWN"];
sleep 1;
cutText ["GO! GO! GO!!!", "PLAIN DOWN"];
sleep 5;
playsound "introSong";

any help would be great here! Thanks

just a heads up need to put that server side not mission infi-star will think players are hacking and turn or anti tp

 

Link to comment
Share on other sites

  • 0
Spoiler

cutText ["ROUND STARTS IN 5 SEC's", "PLAIN DOWN"];
sleep 1;
cutText ["5", "PLAIN DOWN"];
sleep 1;
cutText ["4", "PLAIN DOWN"];
sleep z;
cutText ["3", "PLAIN DOWN"];
sleep 1;
cutText ["2", "PLAIN DOWN"];
sleep 1;
cutText ["1", "PLAIN DOWN"];
sleep 0.1;
cutText ["GO! GO! GO!!!", "PLAIN DOWN"];
playsound "introSong";

try this and add file (.sqf) to your arma 2 oa main folder admin_start.sqf past this code in to it then save it load in game hold alt+F11  and this script will run every time you press alt+F11 but this old work if you have admin on the server

Link to comment
Share on other sites

  • 0

*SOLVED*

Remove: 

cutText ["ROUND STARTS IN...", "PLAIN DOWN"];

Then replace with:

sleep 10;

["<t size='0.60' font='Zeppelin32' color='#B22222' shadow='2' align='center'>Add text here</t><br />",0,1,3,0.9] spawn BIS_fnc_dynamicText;//Change color code and text

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...