Advertisement
FloatStreak

1 from 3 Script

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