mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
spawn weapons now in small spawn positions
This commit is contained in:
@@ -42,11 +42,8 @@ switch (_iClass) do
|
|||||||
};
|
};
|
||||||
case "weapon":
|
case "weapon":
|
||||||
{
|
{
|
||||||
//do nothing for now
|
|
||||||
/*
|
|
||||||
_item = createVehicle ["WeaponHolder", _iPos, [], _radius, "CAN_COLLIDE"];
|
_item = createVehicle ["WeaponHolder", _iPos, [], _radius, "CAN_COLLIDE"];
|
||||||
_item addWeaponCargoGlobal [_iItem,1];
|
_item addWeaponCargoGlobal [_iItem,1];
|
||||||
*/
|
|
||||||
};
|
};
|
||||||
case "magazine":
|
case "magazine":
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user