Thread
:
Tileset Downloading Problem
View Single Post
#
24
12-21-2010, 06:05 PM
Skyld
Script-fu
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
In a clientside script in
onCreated
, try adding:
PHP Code:
fileupdate
(
"tilesetname.png"
);
This tells the client to check with the server that it has the most recent version of that file, and if not, to download it.
__________________
Skyld
View Public Profile
View GraalOnline Profile
Find all posts by Skyld