mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 13:26:39 +03:00
1.7.5.M1D9 + tag friend system from
This commit is contained in:
@@ -9,13 +9,12 @@ _maxWildZombies = 3;
|
||||
_age = -1;
|
||||
_nearbyBuildings = [];
|
||||
_radius = 200;
|
||||
_maxZombies = 20;
|
||||
_maxZombies = 10;
|
||||
|
||||
diag_log ("Type: " +str(_type));
|
||||
|
||||
|
||||
//diag_log("SPAWN CHECKING: Starting");
|
||||
_radius = 200;
|
||||
_locationstypes = ["NameCityCapital","NameCity","NameVillage"];
|
||||
_nearestCity = nearestLocations [getPos player, _locationstypes, _radius];
|
||||
_townname = text (_nearestCity select 0);
|
||||
|
||||
Reference in New Issue
Block a user