BROKEN bus system with basic functionality - 2 commits missed somehow

This commit is contained in:
Benjamin Kyd
2019-05-13 00:20:50 +01:00
parent b9cda04514
commit 6cb5cbef32
9 changed files with 183 additions and 49 deletions

View File

@@ -3,6 +3,8 @@
* init.sqf
*/
[] call RR_fnc_loadConfig;
private _stops = getArray (missionConfigFile >> "cfgBus" >> "stops" >> "names");
private _locations = getArray (missionConfigFile >> "cfgBus" >> "stops" >> "locations");
private _signs = [_stops, _locations] call RR_fnc_setupSigns;