Push #941 - Humanity

This commit is contained in:
Skaronator
2014-01-11 20:11:00 +01:00
parent 4f2ab53a1f
commit 2a37818e47
3 changed files with 24 additions and 29 deletions

View File

@@ -31,16 +31,14 @@ switch (_variable) do {
};
};
case "HideBody": {
case "HideBody": { //DONE
PVCDZE_hideBody = _arraytosend select 0;
_owner publicVariableClient "PVCDZE_hideBody";
};
case "Humanity": {
PVCDZ_plr_Humanity = _arraytosend;
_owner publicVariableClient "PVCDZ_plr_Humanity";
//diag_log ("Humanity" +str(PVCDZ_plr_Humanity));
case "Humanity": { //DONE
PVDZE_plr_HumanityChange = _arraytosend;
_owner publicVariableClient "PVDZE_plr_HumanityChange";
};
case "dayzSetDate": {