Advertisement
infiSTAR23

this looks a bit animated on A3

Mar 11th, 2015
480
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. _fnc_infiDbgMsg = {
  2. _text = _this;
  3. for '_n' from 1 to 2 do
  4. {
  5. for '_i' from 1 to (count _text) do
  6. {
  7. hint (_text select [0,_i]);
  8. sleep 0.1;
  9. };
  10. for '_r' from 1 to 3 do
  11. {
  12. hint '';
  13. sleep 0.2;
  14. hint _text;
  15. sleep 0.2;
  16. };
  17. };
  18. hint parseText ('<t color=''#900c0c'' size=''2.5'' align=''center''>'+_text+'</t><br/>
  19. <t color=''#FFFFFF'' size=''1.5'' align=''center''>Arma 3 Epoch Mod</t><br/>
  20. <t color=''#F2021A'' size=''1.5'' align=''center''>Version 0.2.5.2</t><br/>
  21. <t color=''#F60E12'' size=''1.5'' align=''center''>Have Fun! </t><br/>
  22. <t color=''#FFFFFF'' size=''1.5'' align=''center''></t><br/>
  23. <t color=''#FFFFFF'' size=''1.5'' align=''center''> </t><br/>');
  24. };
  25. 'Welcome to SERVERNAME' spawn _fnc_infiDbgMsg;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement