Advertisement
FloatStreak

3 from 3 Script

Apr 20th, 2022
903
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 0.20 KB | None | 0 0
  1. //Place this script inside of the “On Activation“ field, or on a player.
  2.  
  3. [] spawn {
  4. titleCut ["This is a sample Text.","BLACK",3];
  5. sleep 5;
  6. titleCut ["This is a sample Text.","BLACK IN",3];
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement