xunin
Member-
Content count
25 -
Donations
0.00 EUR -
Joined
-
Last visited
Community Reputation
0 NeutralAbout xunin
-
Rank
Bambi
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
what is the difference between quality 1,2 and 3 in config.hpp ? /////////////////////////////////////////////////////////////////////////////// // SDV /////////////////////////////////////////////////////////////////////////////// class Exile_Boat_SDV_CSAT { quality = 1; price = 1000; }; class Exile_Boat_SDV_Digital { quality = 1; price = 1000; }; class Exile_Boat_SDV_Grey { quality = 1; price = 1000; };regard xunin
-
will alway be kicked because #23 "supported = true; [_obj_main] call IL_Init_Veh; _obj_main addAction [ "<img image='IgiLoad\images\load.paa' /><t color=""#007f0" added this to my scripts.txt !="supported = true;\n[_obj_main] call IL_Init_Veh;\n_obj_main addAction [\n"<img image='IgiLoad\images\load.paa' /><t color=""#007f0" does not work anyway ...can someone help? regards xunin
-
i installed mas vehicles and weapons and get every time a spam in my console when i pickup a weapon
-
can anyone send me the heli crash site script?have nothing found in the forum
-
be filters are not working , can someone help please? ;> added this to line 57 in scripts.txt !="IsInfantry = true;\nExileClientPlayerVelocity = 0;\nExileClientPlayerScore = 0;\nExileClientPlayerMoney = 0;\nExileClientPlayerKi"scripts.log #55 "IsInfantry = true; ExileClientPlayerVelocity = 0; ExileClientPlayerScore = 0; ExileClientPlayerMoney = 0; ExileClientPlayerKi"
-
the script works now but the time settings are not correct ... i tested some settings but none works fine^^ my server starts at 12 and at 7pm it gets dark or?
-
no solution?^^
-
time.sqf does not effect to my server ... did i need to change something ? atm in inietplayerlocal.sqf [] execVM "scripts\time.sqf";
-
hey, im trying to setup an arma 3 esseker server with the lgsm tool but getting only this error 8:16:38 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.exile_client, esseker, cabuildings_misc, aia_misc_e_config, aia_buildings_config, aia_misc_config, aia_misc3_config, sar_ru_architecture 8:16:38 Mission Exile Esseker - easy-gaming.net read from bank. 8:16:38 Missing addons detected: 8:16:38 exile_client 8:16:38 esseker 8:16:38 cabuildings_misc 8:16:38 aia_misc_e_config 8:16:38 aia_buildings_config 8:16:38 aia_misc_config 8:16:38 aia_misc3_config 8:16:38 sar_ru_architectureonly exile without aia etc works fine....configs copied from my other server without lgsm some ideas?
-
if (!isServer) exitWith {}; while {true} do { if (daytime >= 19 || daytime < 5) then // after 7pm and before 5am time multiplier changes { setTimeMultiplier 24 // adjust this value for slower or faster night cycle ( 24 hours will take 1 hour ) } else { setTimeMultiplier 36 // adjust this value for slower or faster day cycle ( 12 hours will take 1 hour ) }; uiSleep 30; };can someone explain how i setup a 3h day / 1h night cycle ... tried some setups but nothing happened
-
@eraser1 mission was completed and i stand on the box but mission does not marked as finished ... but all other missions worked fine
-
some missions are finished but didnt marked as completed ... is there a command or something to finish or clear activ missions?