thec1aw 1 Posted June 13, 2013 Is there a way to check for player id=[] ? Share this post Link to post Share on other sites
terox 316 Posted June 13, 2013 { if((getPlayerUID _x =="")&&(IsPlayer _x))then{Player sidechat format ["%1 has no UID",name _x];}; }foreach Playableunits; According to the wiki: getPlayerUID if the unit is not a player, it will return an empty string, hence the IsPlayer check Wrong place to ask scripting questions though Share this post Link to post Share on other sites