View Single Post
  #2  
Old 09-04-2011, 12:24 PM
ffcmike ffcmike is offline
Banned
Join Date: Jul 2004
Location: London
Posts: 2,029
ffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond repute
Send a message via AIM to ffcmike Send a message via MSN to ffcmike
Similarly it now seems as if npc.image is not synchronised to clients when using setimg(); serverside onCreated.

For instance with:

PHP Code:
function onCreated() {
  
this.setimg("light2.png");

The image is not appearing, whereas using setimg(); clientside or setting the image within the offline NPC script editor it's fine.
Reply With Quote