View Single Post
  #11  
Old 06-26-2013, 04:34 PM
callimuc callimuc is offline
callimuc's Avatar
Join Date: Nov 2010
Location: Germany
Posts: 1,015
callimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to behold
Quote:
Originally Posted by baseman101 View Post
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
__________________
MEEP!
Reply With Quote