View Single Post
  #12  
Old 05-03-2009, 07:17 PM
Raelyn Raelyn is offline
the Professional.
Raelyn's Avatar
Join Date: Sep 2003
Location: Zormite
Posts: 964
Raelyn will become famous soon enough
Quote:
Originally Posted by fowlplay4 View Post
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");

Thanks, that was the problem.
__________________
*Don't let the door hit you on the way out.*
Reply With Quote