mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
CFG WEAPONS DONE
This commit is contained in:
13
SQF/dayz_code/Configs/CfgVehicles/antihack_weaponholders.hpp
Normal file
13
SQF/dayz_code/Configs/CfgVehicles/antihack_weaponholders.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
// these objects can't be banned, so let's transform them to some dull objects
|
||||
class RUBasicAmmunitionBox: House {
|
||||
model = "\ca\weapons\AmmoBoxes\RUSpecialWeapons.p3d";
|
||||
vehicleClass = "RUBasicAmmunitionBox";
|
||||
};
|
||||
class RUSpecialWeaponsBox: RUBasicAmmunitionBox {
|
||||
model = "\ca\weapons\AmmoBoxes\RUSpecialWeapons.p3d";
|
||||
vehicleClass = "RUSpecialWeaponsBox";
|
||||
};
|
||||
class RUBasicWeaponsBox: RUBasicAmmunitionBox {
|
||||
model = "\ca\weapons\AmmoBoxes\RUBasicWeapons.p3d";
|
||||
vehicleClass = "RUBasicWeaponsBox";
|
||||
};
|
||||
Reference in New Issue
Block a user