mirror of
https://github.com/Fallingsheep1985/Arma3Epoch.git
synced 2024-08-30 16:42:12 +00:00
8 lines
124 B
Plaintext
8 lines
124 B
Plaintext
while {true} do
|
|
{
|
|
waitUntil {alive vehicle player};
|
|
[] execVM "adminmenu\activate.sqf";
|
|
|
|
|
|
waitUntil {!alive player};
|
|
}; |