Quote:
Originally Posted by Arch_Angel
For the editor just put
PHP Code:
//#CLIENTSIDE
if (created) {
removetiledefs;
addtiledef TILESETNAME,,;
}
if (playertouchsme) {
}
That worked right for me with my tiles. Depends on which tiles you are going to use.
|
are you sure it can be client side if its for the editor? considering that the client isn't open??