SA-MP Forums Archive
Create Cutscene/Intro - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Create Cutscene/Intro (/showthread.php?tid=413800)



Create Cutscene/Intro - Dex007HLH - 06.02.2013

Well I have 2 teams, both with different objectives.
I want to make some kind of "Cutscene/Intro" that explains the player his objetives
after the player spawns for the first time, I know that I have to use "toggleplayercontrollable , setplayercamera etc" but how do I get them to see the intro only when they spawn for the very first time? and not when they die?

it doesn't matter if they see the cutscene again when they switch class, they'll have new objective anyways.

I hope you guys can help me!


Respuesta: Create Cutscene/Intro - Dex007HLH - 06.02.2013

Bump!


Re: Create Cutscene/Intro - spedico - 09.02.2013

When player connects -> set the variable that determines if the player has seen the cutscene to 0 -> check if player has seen the cutscene when he spawns -> show the cutscene if he hasn't seen it -> set the variable to 1 -> done