-
Content count
21 -
Donations
0.00 EUR -
Joined
-
Last visited
Community Reputation
1 NeutralAbout Jestertriks
-
Rank
Bambi
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Any chance of adding a section to the scripts area for all fixed and working scripts that work with potato?
-
Where to add apps to "More" section in XM8? 0.9.8
Jestertriks replied to GZRep's question in Serverside
honestly, is it not up to the scripter's to fix their script to accommodate the update? i don't see how the dev's would care when they are working on the game itself but i am looking forward to some fixes, since i would like everything to work again. -
So what mods are working with the new "potato"? My @RHSUSAF and @RHSAFRF do not work anymore/
-
that was it. Thanks for your help
-
what calls that init.sqf folder? i added a folder and named it init.sqf and placed the supplied init.sqf file in it. my game loads but i can not click the airdrop. it shows on my xm8 but does not open to another menu
-
yes. Ty. Im learning. I got very addicted to learning scripting. consuming me lol
-
Does this look right? <spoiler> class CfgRemoteExec { class Functions { mode = 1; jip = 0; class fnc_AdminReq { allowedTargets=2; }; class ExileServer_system_network_dispatchIncomingMessage { allowedTargets=2; }; }; class Commands { mode=0; jip=0; }; }; class CfgRemoteExec { class Functions { mode = 2; jip = 0; class fnc_AdminReq { allowedTargets=2; }; class ExileServer_system_network_dispatchIncomingMessage { allowedTargets=2; }; class APOC_srv_startAirdrop { allowedTargets=2;}; }; class Commands { mode=0; jip=0; }; }; </spoiler>
-
Ahh..... Ty very much
-
Im sorry, what does this mean? i dont have an init. either localplayerinit or init server 2) Add the line within the init.sqf to your init.sqf for your server -This will load the config to server/client, as well as give the server the function definitions [] execVM "Custom\APOC_Airdrop_Assistance\init.sqf"; //Airdrop System
-
Much appreciated
-
Hey shix, what would be the reason for only the last app i edit in the init showing in the game in the first spot? i set in 5 apps and only the last one shows in game.
-
any chance of listing all the Server Parameter Configurations for the files you have and where they go? as in the Mod or server mod? @cups, @rhs, @.......... Tyvm. some of us are just starting out. not to much luck searching except for the @cups