wbulot 0 Posted December 27, 2018 Hi Guys, I can't find out how to get all zombies entities around a specific position. Is there a function to do that ? Like GetGame().GetPlayers() but for zombies or something to get all objects around where I could filter by zombies. Thank you Share this post Link to post Share on other sites
Dylan Greene 3 Posted December 31, 2018 (edited) A little late but if you still need it: https://gist.github.com/greeneman42/54aa86a56e2a8617778f48e727a427dd Returns an array of nearby zombies as type Object. You might need to cast it to something else like ZombieBase for whatever you're trying to do. Note: It will return dead zombies too! Edited January 1, 2019 by Dylan Greene Share this post Link to post Share on other sites
wbulot 0 Posted January 1, 2019 I found the answer already but thank you :). Share this post Link to post Share on other sites