View Single Post
  #10  
Old 06-26-2013, 04:15 PM
baseman101 baseman101 is offline
Scripter
baseman101's Avatar
Join Date: Nov 2012
Location: Purcellville, VA
Posts: 76
baseman101 will become famous soon enough
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?
Reply With Quote