I've been busting my head on the wall for the past 2h for this simple error in my custom debug monitor:
File mpmissions\__CUR_MP.Chernarus\dayz_code\custom\playerstats.sqf, line 13 Error in expression <nity",0]; _zombies = count (entities "zZombie_Base"); _zombiesA = {alive _x> Error position: <"zZombie_Base"); _zombiesA = {alive _x> Error Missing )
I dont get it.....whats wrong with my line ? It looks fine to me....i got blurantihack installed in the server...is it messing it up ?
Line 12,13,14
_humanity = player getVariable["humanity",0]; _zombies = count (entities "zZombie_Base"); _zombiesA = {alive _x} count (entities "zZombie_Base");