View Single Post
  #12  
Old 06-26-2013, 04:40 PM
baseman101 baseman101 is offline
Scripter
baseman101's Avatar
Join Date: Nov 2012
Location: Purcellville, VA
Posts: 76
baseman101 will become famous soon enough
Quote:
Originally Posted by callimuc View Post
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
It returns 0, which is not the right tile ID. No idea what's up x-x
Reply With Quote