Skip to content

Instantly share code, notes, and snippets.

View AgentRev's full-sized avatar

Agent Revolution AgentRev

  • Canada
View GitHub Profile
@AgentRev
AgentRev / player_onPause.sqf
Created September 19, 2013 21:43
Abort button notice script
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;
@AgentRev
AgentRev / gist:6426982
Created September 3, 2013 17:32
All BIS_fnc's
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