Jump to content

griesgram

Member
  • Content Count

    5
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About griesgram

  • Rank
    Rookie

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. this here script works fine in singleplayer.... it also work on my dedicated server, the problem is only, that it writes the database on the machine of the player, not on the server. What could i be doing wrong? _uid = getPlayerUID player; _inidbi = ["new", "creditsDB"] call OO_INIDBI; _existing = ["read", ["section", _uid, 0]] call _inidbi; _check = _existing; if (_check == 0) then {["write", ["section", _uid, 80]] call _inidbi; hint format ["%1 bananas", 80] } else {hint format ["%1 bananas", _check]};
  2. woops.... seems only to be an update on the mod or so....
  3. Hello. My RPT gives me this error: 14:28:35 SteamAPI initialization failed. Steam features won't be accessible! 14:28:35 String STR_MOD_LAUNCHER_ACTION not found 14:28:35 Cannot register unknown string STR_3DEN_CAMERA_NAME 14:28:35 Cannot register unknown string STR_DIFF_SCENE_ONLY 14:28:35 Cannot register unknown string STR_DIFF_SCENE_AND_MAP 14:28:36 Initializing stats manager. 14:28:36 Stats config disabled. 14:28:36 sessionID: 9620e18c2d9483df0fc0d05117d073ad4f7a33c4 ErrorMessage: Data file too short 'C:\SERVICES\ni1484673_1_SHARE\ftproot\arma3\@3CB BAF Vehicles\addons\uk3cb_baf_vehicles_merlin.pbo'. Expected 88886596 B, got 81526784 B ======================================================= ------------------------------------------------------- Exception code: 0000DEAD at 75085608 Version 1.80.143869 Fault time: 2018/03/17 14:35:51 Fault address: 75085608 01:00014608 C:\Windows\SYSTEM32\KERNELBASE.dll file: world: Prev. code bytes: 75 1F 21 4C 24 10 8D 04 24 50 FF 15 2C 63 13 75 Fault code bytes: 8B 4C 24 54 33 CC E8 A1 96 FF FF 8B E5 5D C2 10 Registers: EAX:022AD4B0 EBX:054C4D44 ECX:00000005 EDX:00000000 ESI:25DE1A30 EDI:0000000F CS:EIP:0023:75085608 SS:ESP:002B:022AD4B0 EBP:022AD50C DS:002B ES:002B FS:0053 GS:002B Flags:00000212 ======================================================= note: Minidump has been generated into the file config\arma3server_2018-03-17_14-28-34.mdmp Can anybody tell me what this could be? It ran fine before with that mod. All i did was deactivate some other mods.
  4. Hello there. We got a problem on the server: Whenever a player loads in the game itself (not the lobby) all the helmets and vests that were chosen from the arsenal disappear. it doesnt happen with gear that you get from your role, as in, when i put a helmet on a guy via the editor, it stays. Anyone got an idea what this issue could be?
  5. Hello. I installed some mods on my server and now the prt gives me this: XEH]: Car does not support Extended Event Handlers! Addon: @ace 3:10:45 [XEH]: Tank does not support Extended Event Handlers! Addon: @ace 3:10:45 [XEH]: Air does not support Extended Event Handlers! Addon: @ace 3:10:45 [XEH]: rhsusf_RQ11MONITOR does not support Extended Event Handlers! Addon: @RHSUSAF 3:10:45 [XEH]: rhsusf_RQ11RAVEN_STATIC does not support Extended Event Handlers! Addon: @RHSUSAF 3:10:45 [XEH]: rhsusf_RQ11RAVEN_B_STATIC does not support Extended Event Handlers! Addon: @RHSUSAF 3:10:45 [XEH]: H75th_Ranger_Rifleman does not support Extended Event Handlers! Addon: @75th Ranger Regiment 3:10:45 [XEH]: H75th_Ranger_Tm_Ldr does not support Extended Event Handlers! Addon: @75th Ranger Regiment 3:10:45 [XEH]: H75th_Ranger_ARifleman does not support Extended Event Handlers! Addon: @75th Ranger Regiment 3:10:45 [XEH]: H75th_Ranger_Grenadier does not support Extended Event Handlers! Addon: @75th Ranger Regiment 3:10:45 [XEH]: H75th_Ranger_Medic does not support Extended Event Handlers! Addon: @75th Ranger Regiment 3:10:45 [XEH]: H75th_Ranger_Sniper does not support Extended Event Handlers! Addon: @75th Ranger Regiment 3:10:45 [XEH]: H75th_Ranger_NCP does not support Extended Event Handlers! Addon: @75th Ranger Regiment 3:10:45 [XEH]: H75th_Recon_Tm_Ldr does not support Extended Event Handlers! Addon: @75th Ranger Regiment 3:10:45 [XEH]: H75th_Recon_Rifleman does not support Extended Event Handlers! Addon: @75th Ranger Regiment 3:10:45 [XEH]: H75th_Recon_ARifleman does not support Extended Event Handlers! Addon: @75th Ranger Regiment 3:10:45 [XEH]: H75th_Recon_Grenadier does not support Extended Event Handlers! Addon: @75th Ranger Regiment 3:10:45 [XEH]: H75th_Recon_Medic does not support Extended Event Handlers! Addon: @75th Ranger Regiment 3:10:45 [XEH]: FIR_ECM_Dummy_Base does not support Extended Event Handlers! Addon: @FIR AWS(AirWeaponSystem) 3:10:45 [XEH]: aces_ejection_seat does not support Extended Event Handlers! Addon: @FIR AWS(AirWeaponSystem) 3:10:45 [XEH]: FIR_AV8B_Base does not support Extended Event Handlers! Addon: @AV-8B Harrier 2 3:10:45 [XEH]: FIR_AV8B_NA_Base does not support Extended Event Handlers! Addon: @AV-8B Harrier 2 3:10:45 [XEH]: FIR_AV8BWreck does not support Extended Event Handlers! Addon: @AV-8B Harrier 2 3:10:45 [XEH]: fir_av8b_ejection_seat does not support Extended Event Handlers! Addon: @AV-8B Harrier 2 3:10:45 [XEH]: rhs_2P3_1 does not support Extended Event Handlers! Addon: @RHSAFRF 3:10:45 [XEH]: rhs_mig29s_base does not support Extended Event Handlers! Addon: @RHSAFRF can anybody help me with this? i have found out these XEHs are somehow linked to the CBA mod? I have no clue on this. Any help is appreciated.
×