I want the bot to spec certain areas on a map over time, not too quick (so it must stay speccing the area longer then 100 ms.) to get every player in that area in a reliable way.
If I try to call a non-static function with the timer the compiler complains about calling a static function from a non-static funtions (or otherway around). Someone from another forum pointed out that when using settimer the called function must have code on its own to execute - if you want to have it call functions from other classes you have to fiddle around with threads etc.
Cyan, I want to try to avoid future problems with this bot if ever the plugin encounters high pop.
_________________