mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 04:23:13 +03:00
v0.4
fixes to typos, started removal of bandit / hero switching. New models now can carry backbacks, removed dupe issue but regained ammo dupe issue. DVS vehicle spawn limits introduced.
This commit is contained in:
@@ -29,7 +29,7 @@ if (!isNull _object) then {
|
||||
{ [_x,"gear"] call server_updateObject } foreach
|
||||
(nearestObjects [getPosATL _object, ["Car", "Helicopter", "Motorcycle", "Ship", "TentStorage", "VaultStorage"], 10]);
|
||||
if (alive _object) then {
|
||||
[_object,[],true] call server_playerSync;
|
||||
[_object,(magazines _object),true] call server_playerSync;
|
||||
_myGroup = group _object;
|
||||
deleteVehicle _object;
|
||||
deleteGroup _myGroup;
|
||||
|
||||
@@ -16,7 +16,7 @@ if ( typeName(_this) == "OBJECT" ) then {
|
||||
|
||||
_character = _this select 0;
|
||||
_magazines = _this select 1;
|
||||
_force = _this select 2;
|
||||
//_force = _this select 2;
|
||||
_force = true;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user