Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local allowCountdown = false
- function onStartCountdown()
- if not allowCountdown and isStoryMode and not seenCutscene then --Block the first countdown
- startVideo('putyourvideonamehere');
- allowCountdown = true;
- return Function_Stop;
- end
- return Function_Continue;
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement