Sarge-AI/sarge/UPSMON/COMMON/Params/fnc/UPSMON_GetRespawndelay.sqf
Teh Dango 7067ad9b0a 2.2.3
Check the change log for details
2016-08-18 22:58:49 -04: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