Sarge-AI/ModName.MapName/scripts/UPSMON/COMMON/Params/fnc/UPSMON_GetRespawndelay.sqf
Teh Dango 65e4453908 2.4.0
Major Update. Now supporting DesolationRedux, Epoch and Exile.
2017-12-31 03:16:37 -05:00

21 lines
468 B
Plaintext

/****************************************************************
File: UPSMON_GetRespawndelay.sqf
Author: Azroul13
Description:
Parameter(s):
<--- UPSMON parameters
Returns:
Number
****************************************************************/
private["_Ucthis","_respawndelay"];
_Ucthis = _this select 0;
_respawndelay = 0;
If ("RESPAWNDELAY:" in _Ucthis) then {_respawndelay = ["RESPAWNDELAY:",_respawndelay,_UCthis] call UPSMON_getArg};
_respawndelay