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];
Question
Reaper5150
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
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now