This commit is contained in:
vbawol
2013-06-21 22:06:46 -05:00
parent 0ebffc3c8f
commit 181d4b7806
21 changed files with 117 additions and 17 deletions

View File

@@ -67,7 +67,7 @@ _availableCans = ["ItemJerrycan","ItemFuelBarrel"];
if (r_interrupt) then {
r_doLoop = false;
};
if (vehicle player == player) then {
if (vehicle player != player) then {
r_doLoop = false;
};
sleep 0.1;