Skip to content

Instantly share code, notes, and snippets.

@bosoy
Created June 6, 2017 18:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bosoy/6d4db94046a6079fae099d68eaf459d4 to your computer and use it in GitHub Desktop.
Save bosoy/6d4db94046a6079fae099d68eaf459d4 to your computer and use it in GitHub Desktop.
ACE_player addEventHandler ["SeatSwitchedMan",
{
_this spawn
{
showhud false;
disableUserInput true ;
titleText ["Пересаживаюсь", "BLACK OUT",.15];
playSound3D ["rhsafrf\addons\rhs_t72\sounds\T72_inside_door1.wss", (this select 0), false, getPosASL (this select 0), 1, 1, 0];
sleep 4;
titleFadeOut 20;
showhud true;
disableUserInput false ;
disableUserInput true ;
disableUserInput false ;
};
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment