I'm looking for a way to prevent Zone Manager from ejecting my Human NPCs from zones set with the Eject flag.
Any suggestions?
Any suggestions?
f (zone.keepInList.Contains(player.userID) || zone.whitelist.Contains(player.userID))Just Above That line add in.
if (!player.userID.IsSteamId()) return;