mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
28 lines
445 B
Plaintext
28 lines
445 B
Plaintext
/*
|
|
Author:
|
|
voiper
|
|
|
|
Description:
|
|
Curtain, sound, and text intro when camera starts.
|
|
|
|
Arguments:
|
|
None
|
|
|
|
Example:
|
|
call ace_spectator_fnc_camIntro;
|
|
|
|
Return Value:
|
|
None
|
|
|
|
Public:
|
|
No
|
|
*/
|
|
|
|
#include "script_component.hpp"
|
|
|
|
999999 cutText ["", "BLACK IN", 2];
|
|
2 fadeSound 1;
|
|
|
|
["Press H for spectator controls", 2] call EFUNC(common,displaytextstructured);
|
|
|
|
[_this select 1] call CBA_fnc_removePerFrameHandler; |