Quote:
Originally Posted by baseman101
PHP Code:
function onPlayerChats() {
if(player.chat == "/try") {
echo(player.level.name);
}
}
This returns something.gmap. Anyway, what about the problem with getting the tiles of a gmap part?
|
hmm and on serverside @ level thingy?
and I'm not too sure about the tile thing. maybe show us how you did the change (loops etc)? can you even read them? check that by doing something like
PHP Code:
echo(findLevel(levelname).tiles[1,1]);
and check if its returning the correct number