This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| private["_display","_btnRespawn","_btnAbort","_timeOut","_timeMax","_isDead"]; | |
| disableSerialization; | |
| waitUntil { | |
| _display = findDisplay 49; | |
| !isNull _display; | |
| }; | |
| _btnRespawn = _display displayCtrl 1010; | |
| _btnAbort = _display displayCtrl 104; | |
| _btnRespawn ctrlEnable false; | |
| _btnAbort ctrlEnable false; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| BIS_fnc_3Dcredits | |
| BIS_fnc_AAN | |
| BIS_fnc_absSpeed | |
| BIS_fnc_addClassOO | |
| BIS_fnc_addCommMenuItem | |
| BIS_fnc_addCurator | |
| BIS_fnc_addEvidence | |
| BIS_fnc_addRespawnPosition | |
| BIS_fnc_addScriptedEventHandler | |
| BIS_fnc_addSupportLink |
NewerOlder