berserker_x86

Member
  • Content count

    31
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Everything posted by berserker_x86

  1. berserker_x86

    Unable to Create Contaminated Zones

    I'm having issues with creating a custom radiation zone with the new marker type in 1.00. I see the marker on the map but it seem to have no radiation effect ;( Here is my cfg under mission.sqm
  2. berserker_x86

    DMS - Defent's Mission System

    Has anyone ever had this problem before? My DMS AI's are all stuck in a weird stance... Here is my rpt but I couldn't what's causing it EDIT: It was the Advanced Urban Rappelling mod that was causing it
  3. berserker_x86

    [JP] JNYX ExileMod PVPMalden

    Server located in Japan with an English speaking admin (just me: @berserker_x86). Most of our players are from Japan and SEA. Feel free to join! Please check our website for more info English: https://english.clanjnyx.com/ Japanese: https://clanjnyx.com/
  4. berserker_x86

    Extended Base Mod

    Does anyone know how to get the dome doors to be lockable? I have the interaction menus in my config but it doesn't work. Also some objects like the ATM and military walls are not movable ;*(
  5. berserker_x86

    [SOLVED] Infistar waste dump anti dupe

    This is what I use. It allows crates loaded into vehicles with R3F to be sold at the waste dump.
  6. berserker_x86

    Wrong Signature Kick after Apex update

    verifySignatures = 2;
  7. berserker_x86

    [SOLVED] Infistar waste dump anti dupe

    This R3F wastedump cargo sell script that I use causes the vehicle to disappear when selecting "sell cargo" after updating to v0071.
  8. berserker_x86

    Updating CUP help.

    Anyone with no entry 'bin\config.bin/CfgWeapons.... problems? EDIT: It was a linux upper/lowercase problem *self facepalm*
  9. berserker_x86

    AVS - Advanced Vehicle System

    Anyone know how to fix a CUP rearm bug for Helis like the AH6J and AH1Z? They come with weapon slots that spawn with 0 ammo causing rearm issues
  10. berserker_x86

    Death Loop is annoying! :P

    If this doesn't work for you, use this command to delete it DROP EVENT 1to0;
  11. berserker_x86

    Death Loop is annoying! :P

    That's what I thought at first. But since the update, whenever players had their game crash on my server, their damage would set to 1. So I switched it around and tested to see if players who die normally will get duped or not...and everything turned out to be ok and working for some reason.
  12. berserker_x86

    Death Loop is annoying! :P

    Here is my temp solution for now. SELECT @@event_scheduler; set global event_scheduler=ON; DELIMITER $$ CREATE EVENT `1to0` ON SCHEDULE EVERY 2 MINUTE STARTS '2016-12-1 00:00:00' DO BEGIN UPDATE `player` SET damage = 0 WHERE damage = 1; END $$ DELIMITER ;
  13. berserker_x86

    Weapons crashing clients

    EDIT: still happens
  14. berserker_x86

    Spawning Near body fully geared

    This happened on my server several times when dying inside a vehicle
  15. berserker_x86

    Respawn at every Restart

    I have this problem on my server as well. I run this code for now to delete players with 1 damage every 5 minutes. SELECT @@event_scheduler; set global event_scheduler=ON; DELIMITER $$ CREATE EVENT `1to0` ON SCHEDULE EVERY 2 MINUTE STARTS '2016-12-1 00:00:00' DO BEGIN UPDATE `player` SET damage = 0 WHERE damage = 1; END $$ DELIMITER ; EDIT: Fixed the code
  16. berserker_x86

    Goodbye, Arma!

    Best dad of the year goes to @Eichi Thank you for everything and take care!
  17. berserker_x86

    Weapons crashing clients

    I've been having this problem for several months now when shooting weapons with a high rate of fire like the GAU-8 Auto cannon on the CUP A-10. The terrain would suddenly bug out with 1-5fps like what Kappa Slappa described. This happens on both my home linux server and dedicated windows server. Also nothing really in my client and server logs but rpt spam edit: what it looks like ↓
  18. berserker_x86

    DMS - Defent's Mission System

    Does anyone know how to stop UAVs from being offloaded by DMS?
  19. Leave the comments on ExAd.cpp like this //#include "Core\ExAd.cpp" //#include "VirtualGarage\ExAd.cpp" //#include "AdminEvents\ExAd.cpp" //#include "Hacking\ExAd.cpp" //#include "Grinding\ExAd.cpp" //#include "HaloParachute\ExAd.cpp"
  20. berserker_x86

    Repairing Blackfish

    I have the same problem
  21. berserker_x86

    server crashing

    0:10:36 Server: Object 2:4589 not found (message Type_93) 0:10:36 Server: Object 2:3932 not found (message Type_121) My server is also crashing with the same rpt spam. This seems to be an issue with DMS AI's being offloaded to clients
  22. berserker_x86

    Repairing Tanks Interaction Menu?

    It just did, thanks.
  23. berserker_x86

    AVS - Advanced Vehicle System

    That fixed it! Thanks for the edit post <3
  24. berserker_x86

    Enigma Exile Revive - v0.80 [UPDATED 08/09/16] 1.02 Compatible

    I have the same countdown problem
  25. berserker_x86

    AVS - Advanced Vehicle System

    I have the exact same problem. Here is my database error. Edit1: A reboot fixed the rearm issue but still takes all the poptabs