Thread: I dont get it!
View Single Post
  #2  
Old 06-06-2011, 02:06 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Well first off please label your threads more appropriately (I.e: Tileset Script Problem) it helps people who also experience the same problem find your thread.

The standard tile-set setting script looks like this:

Weapon: -TileDefs

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
addtiledef("yourtileset.png"""0);

You would need at least:

- NPC-Control
- Folder Right: rw WEAPONS/-TileDefs

to add/update the above script on a server.

To ensure yourtileset.png is accessible you can make sure it's downloadable by using the find command on RC.

I.e: /find yourtileset.png

It should display: yourtileset.png: downloadable
__________________
Quote:
Reply With Quote