mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-21 19:06:29 +03:00
1.0.1.5 Release
This commit is contained in:
@@ -16,8 +16,8 @@ _tagList = player getVariable ["tagList", []];
|
||||
|
||||
// Add sphere to everyone
|
||||
_position = [0,0,0];
|
||||
//_tag = "Sign_sphere10cm_EP1" createVehicleLocal _position;
|
||||
_tag = "BeltBuckle_DZE" createVehicleLocal _position;
|
||||
_tag = "Sign_sphere10cm_EP1" createVehicleLocal _position;
|
||||
//_tag = "BeltBuckle_DZE" createVehicleLocal _position;
|
||||
_tag attachTo [_x,[0,0,0],"lwrist"]; // Pelvis
|
||||
_tag setVariable ["belongsTo", _rcharID];
|
||||
|
||||
|
||||
@@ -2,7 +2,8 @@ private ["_type","_isAir","_inVehicle","_dateNow","_maxZombies","_maxWildZombies
|
||||
_type = _this select 0;
|
||||
//_Keepspawning = _this select 1;
|
||||
_isAir = vehicle player iskindof "Air";
|
||||
_inVehicle = (vehicle player != player);
|
||||
//_inVehicle = (vehicle player != player);
|
||||
_inVehicle = ((vehicle player != player) AND ((speed player > 10) OR _isAir));
|
||||
_dateNow = (DateToNumber date);
|
||||
_maxZombies = dayz_maxLocalZombies;
|
||||
_maxWildZombies = 3;
|
||||
|
||||
Reference in New Issue
Block a user