View Single Post
  #11  
Old 05-03-2009, 06:48 PM
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
Make sure you have the following the folder config.

PHP Code:
file  ganis/*.gani 
So people can download the ganis from the the levels/ganis folder.

Then in a clientside script you can just use

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
replaceani("idle""someotheridleani");
  
replaceani("walk""someotherwalkani");

__________________
Quote:
Reply With Quote