Dayz Origins Singleplayer??
Hi, iam looking for a SP for the new Dayz Origins map. I searched the forum but i found nothing that helped out, any suggestions?
thx
thx
//Get PlayerID
private ["_playerUID"];
_playerUID = "";
if (count playableUnits == 0 and isServer) then {
//In Single Player
isSinglePlayer = true;
player sidechat "Single player Mode detected!";
//_id = [42,"SinglePlayer"] spawn server_onPlayerConnect;
_playerUID = "42";
} else {
_playerUID = getPlayerUID player;
};