how to stop the server from deleting weapons

VentZer0

Well-Known Member
Hi there,

I've added weaponboxes to my server and everytime someone logs off with a MK17 or MK16 in their hands, the weapons are gone after relog. Although if theyre in the backpack they stay.
How can I prevent the server from deleting them in the first place?
 
I've been trying to also figure this out. I'm working on trying to stop the server from deleting the items/weapons etc.. I'll let you know if i find a solution to this.
 
should be in server_monitor.sqf
What would you need to edit to stop the weapons from being deleted?
Edit: I know they can be added because i can have the weapons added to the server via backpack. I just need to figure out the way to stop the server from removing the weapons from players as they leave or the server restarts.
 
Those weapon classes are banned and redefined as "FakeWeapon" in 1.7.7.1

Therefore you cannot have them, not without doing the usual routes, rMod, create your own mod, etc.
 
Those weapon classes are banned and redefined as "FakeWeapon" in 1.7.7.1

Therefore you cannot have them, not without doing the usual routes, rMod, create your own mod, etc.

if you create a custom loot table and put rmod in your game's launch parameters but not enable it on your server you can used banned weapons.
 
Back
Top