FIXED bus system working OwO

This commit is contained in:
Benjamin Kyd
2019-05-13 00:34:58 +01:00
parent 6cb5cbef32
commit f99826571a
5 changed files with 18 additions and 9 deletions

View File

@@ -34,6 +34,7 @@ private _i = 0;
hint "Your bus will arrive in 10 seconds";
uiSleep 10;
hint "All aboard!";
uiSleep 1;
[(_locations select _positionInStops)] call RR_fnc_doTeleport;