louloufred Posted July 9, 2019 Report Share Posted July 9, 2019 which line of code for the gas station position please Quote Link to comment Share on other sites More sharing options...
imthatguyhere Posted July 11, 2019 Report Share Posted July 11, 2019 On 7/9/2019 at 1:52 AM, louloufred said: which line of code for the gas station position please Read the tutorial, it's in there (6). Quote Link to comment Share on other sites More sharing options...
louloufred Posted July 15, 2019 Report Share Posted July 15, 2019 not on malden on another map Quote Link to comment Share on other sites More sharing options...
imthatguyhere Posted July 15, 2019 Report Share Posted July 15, 2019 6 hours ago, louloufred said: not on malden on another map The snippet is literally in the comments at the top of the file: https://github.com/AsYetUntitled/Framework/blob/master/Altis_Life.Altis/core/fn_setupStationService.sqf#L11 Quote Link to comment Share on other sites More sharing options...
Stryker Mcknight Posted June 20 Report Share Posted June 20 (edited) Found an error in step 12. Was missing the ";" at the end of the maldenArray. Below is updated. Good tutorial! private _altisArray = ["Land_u_Barracks_V2_F","Land_i_Barracks_V2_F"]; private _tanoaArray = ["Land_School_01_F","Land_Warehouse_03_F","Land_House_Small_02_F"]; private _maldenArray = ["Land_u_Barracks_V2_F","Land_i_Barracks_V2_F"]; private _hideoutObjs = [[["Altis", _altisArray], ["Malden", _maldenArray], ["Tanoa", _tanoaArray]]] call TON_fnc_terrainSort; private _hideout = (nearestObjects[getPosATL player,_hideoutObjs,25]) select 0; Edited June 20 by Stryker Mcknight Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.