Bus System configuration loading working! next to actually make it

This commit is contained in:
Benjamin Kyd
2019-05-12 00:11:48 +01:00
parent 0c811d174d
commit b9cda04514
8 changed files with 1537 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
/**
* Copyright© Benjamin Kyd 2019
* loadConfig.sqf
*/
private _stops = getArray (missionConfigFile >> "cfgBus" >> "stops" >> "names");
hint format ["%1", _stops];

View File

@@ -0,0 +1,5 @@
/**
* Copyright© Benjamin Kyd 2019
* fn_setupSigns.sqf
*/