NeverAgain 81 Report post Posted July 8, 2016 (edited) Please How to correctly put #include "A3XAI Client \ A3XAI init client.sqf"; ? #include "A3XAI_Client\A3XAI_initclient.sqf"; }; [] execVM "R3F_LOG\init.sqf"; [] execVM "addons\custom.sqf"; if (isServer) then { [] execVM "addons\Scripts\time.sqf"; // Time }; Edited July 8, 2016 by NeverAgain Share this post Link to post Share on other sites
0 TDBGaming 121 Report post Posted July 8, 2016 https://github.com/Fickdichhard/A3XAI-UPLOAD/tree/master/2.%20Client%20Addon When you post code from now on, can you please put it in a code box (click the <> in the tool bar above where you type) 1 Share this post Link to post Share on other sites
0 NeverAgain 81 Report post Posted July 8, 2016 17 minutes ago, Mr Health And Safety said: https://github.com/Fickdichhard/A3XAI-UPLOAD/tree/master/2.%20Client%20Addon When you post code from now on, can you please put it in a code box (click the <> in the tool bar above where you type) And yes i read readme,but A3XAI init client.sqf no work and in rpt is nothing. Share this post Link to post Share on other sites
0 TDBGaming 121 Report post Posted July 8, 2016 Do you have a init.sqf file in your mission file? if so paste a copy of the whole file here Share this post Link to post Share on other sites
0 NeverAgain 81 Report post Posted July 8, 2016 8 minutes ago, Mr Health And Safety said: Do you have a init.sqf file in your mission file? if so paste a copy of the whole file here [] execVM "R3F_LOG\init.sqf"; [] execVM "addons\custom.sqf"; if (isServer) then { [] execVM "addons\Scripts\time.sqf"; // Time }; Share this post Link to post Share on other sites
0 TDBGaming 121 Report post Posted July 8, 2016 All you need to do is add the line that you wanted to add, you was very close before but you added an extra }; that was not needed. I have tided your file up a little for you. if (isServer) then { [] execVM "addons\Scripts\time.sqf"; // Time }; [] execVM "R3F_LOG\init.sqf"; [] execVM "addons\custom.sqf"; #include "A3XAI_Client\A3XAI_initclient.sqf"; 1 Share this post Link to post Share on other sites
0 NeverAgain 81 Report post Posted July 8, 2016 1 hour ago, Mr Health And Safety said: All you need to do is add the line that you wanted to add, you was very close before but you added an extra }; that was not needed. I have tided your file up a little for you. if (isServer) then { [] execVM "addons\Scripts\time.sqf"; // Time }; [] execVM "R3F_LOG\init.sqf"; [] execVM "addons\custom.sqf"; #include "A3XAI_Client\A3XAI_initclient.sqf"; Thanks man Share this post Link to post Share on other sites
0 StokesMagee 864 Report post Posted July 8, 2016 We have closed this thread. Share this post Link to post Share on other sites
Please How to correctly put #include "A3XAI Client \ A3XAI init client.sqf"; ?
#include "A3XAI_Client\A3XAI_initclient.sqf"; }; [] execVM "R3F_LOG\init.sqf"; [] execVM "addons\custom.sqf"; if (isServer) then { [] execVM "addons\Scripts\time.sqf"; // Time };
Share this post
Link to post
Share on other sites