Thread: Nw2png
View Single Post
  #79  
Old 11-21-2011, 07:59 AM
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
Now I finally figured out how to get this to work it is quite excellent.

One problem I noticed though is that having 2 different lines of setimgpart within the same script causes it to break.
In this case I had a setimgpart both Clientside in GS1 and serverside in GS2:
PHP Code:
function onCreated(){
  
this.setimgpart("classic_levelitem_roof_church.png"64012848);
}

//#CLIENTSIDE
if(created){
  
setimgpart classic_levelitem_roof_church.png64012848;

One improvement that would be great to have is the ability to assign image names to detectable joined classes.
Reply With Quote