Arma3Epoch/MPMissions/epoch.Altis/adminmenu/loop.sqf

8 lines
120 B
Plaintext
Raw Normal View History

2015-02-08 07:07:10 +00:00
while {true} do
{
waitUntil {alive vehicle player};
2015-02-13 10:30:02 +00:00
[] execVM "admintools\run.sqf";
2015-02-08 07:07:10 +00:00
waitUntil {!alive player};
};