Thread: Sprites?
View Single Post
  #2  
Old 02-25-2011, 02:03 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
It's done through script, modify the sprites.png image, rename it, and upload it to your server.

Syntax: setspritesimage(image)

image - Name of new sprites image.

Example:

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
setspritesimage("bettersprites.png");

__________________
Quote:
Reply With Quote