
06-05-2010, 05:11 AM
|
|
Cyril Rain
|
 |
Join Date: May 2003
Location: Texas, USA
Posts: 1,134
|
|
Quote:
Originally Posted by sssssssssss
Its kind of on topic, in a way now, so I'll go ahead an ask another question. Trying to find out the tile location, like 0x3AB or whatever, so I can do a movement system of sorts, but this isnt working either, tried it clientside and serverside.
PHP Code:
function OnMouseDown() {
player.chat = tiles[mousex,mousey];
}
|
Any ideas onthis? |
|
|
|