mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-08-12 18:43:18 +03:00
Update private tags
From https://github.com/DayZMod/DayZ/commit/e69f8d530620e76f0ba7a4c7f3fcb1fa914c8e07 Moved dog files to the \dog\ folder and pzombie files to the \pzombie\ folder. Also removed some legacy files that are no longer used. The actions\ and compile\ folders are fully up to date now
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
achievementClientMsg = {
|
||||
private ["_achievement","_player","_AchievementText","_text","_display"];
|
||||
private ["_achievement","_player","_AchievementText","_text","_display","_achievementID","_serverEvent"];
|
||||
|
||||
/* Only call this from the server
|
||||
achievementClientPV = [_achievementID];
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
achievementServer = {
|
||||
private ["_playerOwnerID","_player","_achievementID","_achievements"];
|
||||
private ["_playerOwnerID","_player","_achievementID","_achievements"];
|
||||
|
||||
_achievementID = (_this select 0) select 0;
|
||||
_player = (_this select 0) select 1;
|
||||
|
||||
Reference in New Issue
Block a user