Search the Community
Showing results for tags 'doesnt work'.
Found 3 results
-
Hi, Im trying to setup a server with some mods. Initally I started the server without mods and worked fine but now i keep getting this error and i can't find a solution: $ ./arma3server -mod="@CMBA_A3;@cupterrainscore;@LAMBS_Turrets;@LAMBS_Suppression;@LAMBS_Danger;@ace;@ACRE2;@ACRE_Animations;@dui_squadradar;@FOW_ACRE2_compatibility;@FrenchArmyS-35_MediumTankStandaloneMod;@IFA3_ACRE2_compatibility;@IFA3_AIO;@IronFrontArmA3-ACE3_compatibility_patch;@ironfrontarma3-facesofwar_compatibility_patch;@KAT-AdvancedMedical@NavalLegends;@ZeusEnhanced;@ZeusImmersionSounds;" -port=2302 -name="SM90 Mission" -config="server.cfg" OUTPUT: 12:47:18 Could not enable linux core dumps. Error 1 - X�����P�� 12:47:18 SteamAPI initialization failed. Steam features won't be accessible! 12:47:18 Initializing stats manager. 12:47:18 Stats config disabled. 12:47:18 sessionID: 7f9b501a2a8769a95a0b08035917bd8ab1efb263 ErrorMessage: Cannot open file '/home/steam/.local/share/Steam/steamcmd/arma3/@FrenchArmyS-35_MediumTankStandaloneMod\addons\gr_s35' Application terminated intentionally 12:47:22 ../lib/Network/networkServer.cpp ClearNetServer:NOT IMPLEMENTED - briefing! Cannot open file '/home/steam/.local/share/Steam/steamcmd/arma3/@FrenchArmyS-35_MediumTankStandaloneMod\addons\gr_s35' 12:47:22 Critical:Destroying running thread! 12:47:22 Critical:Destroying running thread! 12:47:22 Critical:Destroying running thread! 12:47:22 Critical:Destroying running thread! 12:47:22 Critical:Destroying running thread! 12:47:22 Critical:Destroying running thread! 12:47:22 Extensions: Thank You
-
Hello everyone, i'm playing Arma 3 with my brothers via LAN, at the start of the mission we have three tickes, all normal, if we consume those tickets we cannot respawn, logic. But when we earn more tickets, they are useless, the game says respawn blocked, why? (the mission is from the game, not custom)
- 1 reply
-
- respawn
- doesnt work
-
(and 1 more)
Tagged with:
-
Problem with the function "BIS_fnc_startLoadingScreen"
Crazy_Man posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hi everyone, I found this topic And in it there is a code given by Larrow : //initPlayerLocal.sqf //Start custom loading screen aswell [] spawn { [ "MyLoadingScreen" ] call BIS_fnc_startLoadingScreen; uiSleep 20; [ "MyLoadingScreen" ] call BIS_fnc_endLoadingScreen; }; waitUntil { //If there are no current loading screens if ( missionnamespace getvariable ["BIS_fnc_startLoadingScreen_ids",[]] isEqualTo [] ) then { //Continue true }else{ //Otherwise log current loading screens to RPT diag_log str ( missionnamespace getvariable ["BIS_fnc_startLoadingScreen_ids",[]] ); false }; }; _loadedTime = time; uiSleep 1; hint format[ "Finished loaded %1 seconds ago", time - _loadedTime ]; It works fine but the problem is that with the function BIS_fnc_startLoadingScreen my loading screen doesn't appears and if i use the command startLoadingScreen it appears. But i need to use the function for the following waitUntil. So : startLoadingScreen ["", "begin_dialog"]; Works fine but can't use with the waitUntil. ["begin_dialog"] call BIS_fnc_startLoadingScreen; Doesn't works! Can anyone help me?-
- function
- bis_fnc_startloadingscreen
- (and 5 more)