武装突袭3

武装突袭3

评价数不足
Stop Watch in a mission
由 Ward 制作
This simply adds the ability to activate, deactivate and restart a timer that starts at 0.
   
奖励
收藏
已收藏
取消收藏
The script...
















1. Place a start trigger

on activation:

time_start = diag_tickTime;
time_running = true;
0 = [] spawn
{
while {time_running} do
{
_time = (diag_tickTime - time_start) call BIS_fnc_secondsToString;
hintSilent format ["Time: %1",_time];
sleep 1;
};
};

Place a end trigger


on activation:

time_running = false;




TO ACTIVATE PRESS 0 GO TO RADIO