Phil
Phil
``` .... $application->setLocation(INSERT_LATITUDE, INSERT_LONGITUDE); $map = new Map(); $map->update(); var_dump($map->getPokestops()); .... ``` Returns the following: `Parse error: syntax error, unexpected 'DEFAULT' (T_DEFAULT), expecting identifier (T_STRING) or class (T_CLASS) in /home/www/..../res/POGOProtos/Map/Fort/FortData.php...
``` $application->setLocation(47.466582, 9.750203); $map = new Map(); $map->update(); var_dump($map->getPokestops()); ``` returns : `Parse error: syntax error, unexpected 'DEFAULT' (T_DEFAULT), expecting identifier (T_STRING) or class (T_CLASS) in /home/www/..../res/POGOProtos/Map/Fort/FortData.php on line 33`
Version 5.6.22, should update to v7 asap
Looks like Niantic changed something again, get no response(empty array) for getPokestops() & getGyms.
Build the G-branch last night, it works except there's a config error in the cfgAnimations.hpp which leads to a ArmA bootup error. Copy pasta from master and it works.