View Single Post
  #4  
Old 08-16-2010, 04:49 AM
Switch Switch is offline
o.o
Switch's Avatar
Join Date: Jan 2007
Location: Philadelphia
Posts: 3,038
Switch has a spectacular aura about
Send a message via MSN to Switch
Your problem is that the particles/images are on the client side, not the server side. To make everyone able to see them you need to make a Gani script.
Ex:
PHP Code:
GANI0001

LOOP
CONTINUOUS
DEFAULTATTR1 hat0
.png
DEFAULTHEAD head19
.png
DEFAULTBODY body
.png

SCRIPT
function onPlayerEnters() {
  
drawImages();
}
function 
drawImages() {
  
// yada yada
}
SCRIPTEND

ANI
ANIEND 
Also, classes themselves can't trigger the client from the server if not joined by a weapon.
__________________
Oh squiggly line in my eye fluid. I see you lurking there on the peripheral of my vision.
But when I try to look at you, you scurry away.
Are you shy, squiggly line?
Why only when I ignore you, do you return to the center of my eye?
Oh, squiggly line, it's alright, you are forgiven.
Reply With Quote