-
Content count
31 -
Donations
0.00 EUR -
Joined
-
Last visited
Community Reputation
3 NeutralAbout berserker_x86
-
Rank
Bambi
Personal Information
- Homepage
-
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
-
berserker_x86 started following [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/
-
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 ;*(
-
This is what I use. It allows crates loaded into vehicles with R3F to be sold at the waste dump.
-
Wrong Signature Kick after Apex update
berserker_x86 replied to phantom_bora's question in Serverside
verifySignatures = 2; -
This R3F wastedump cargo sell script that I use causes the vehicle to disappear when selecting "sell cargo" after updating to v0071.
-
Anyone with no entry 'bin\config.bin/CfgWeapons.... problems? EDIT: It was a linux upper/lowercase problem *self facepalm*
- 7 replies
-
- cup weapons
- cup vehicles
-
(and 2 more)
Tagged with:
-
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
-
If this doesn't work for you, use this command to delete it DROP EVENT 1to0;
-
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.
-
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 ;
-
berserker_x86 started following Respawn at every Restart, BUG: Death loop simple fix? and On Respawn / Join instant death
-
EDIT: still happens
-
This happened on my server several times when dying inside a vehicle
-
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
-
Best dad of the year goes to @Eichi Thank you for everything and take care!