berserker_x86

Member
  • Content count

    31
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Community Reputation

3 Neutral

About berserker_x86

  • Rank
    Bambi

Personal Information

  1. 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
  2. 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/
  3. 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 ;*(
  4. 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.
  5. berserker_x86

    Wrong Signature Kick after Apex update

    verifySignatures = 2;
  6. 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.
  7. berserker_x86

    Updating CUP help.

    Anyone with no entry 'bin\config.bin/CfgWeapons.... problems? EDIT: It was a linux upper/lowercase problem *self facepalm*
  8. 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
  9. berserker_x86

    Death Loop is annoying! :P

    If this doesn't work for you, use this command to delete it DROP EVENT 1to0;
  10. 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.
  11. 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 ;
  12. berserker_x86

    Weapons crashing clients

    EDIT: still happens
  13. berserker_x86

    Spawning Near body fully geared

    This happened on my server several times when dying inside a vehicle
  14. 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
  15. berserker_x86

    Goodbye, Arma!

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