View Single Post
  #4  
Old 08-13-2007, 06:23 AM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to zokemon
Classes aren't objects so you can't "show" them. If you are talking about local npcs (a npc made with putnpc2) then you should say local npc. Classes are just blocks of text that you append to scripts.

If you are talking about a local npc, I don't understand. Why would the npc not show to everyone?

EDIT:
Oh, on the serverside just do like:
this.attr[1] = thezoomyouwant;

Then on clientside you can do
setZoomEffect(this.attr[1]);
__________________
Do it with a DON!
Reply With Quote