Hi again, 1) i put my pc map in worlds folder, and use loadLevel function for load it, but loadLevel say me "blabla level not found". 2) i use a default level with getLevelByName("world") function and it dont work Windows 8.1
Hmm, Can you show us your code if this not work? : PHP: server::getInstance()->loadLevel($LevelName); and PHP: server::getInstance()->getLevelbyName($LevelName);
Use $this->getServer() or whatever variable reference, but try not to refer to the static reference (or the static getter).