View Single Post
  #12  
Old 04-03-2002, 06:35 AM
Neonight Neonight is offline
where da wmdz at
Neonight's Avatar
Join Date: Jun 2001
Location: Windsor, Illinois
Posts: 3,665
Neonight is on a distinguished road
Send a message via AIM to Neonight
Quote:
Originally posted by Python523
I'm guessing that this is a Join-Class? Just make part of it clientsided
if(created){
this.item = 10;
setstring this.layer,#a;
setshape 1,48,48;
}
if (playertouchsme) {
setstring client.hatc#v(this.item),#v(strtofloat(#s(client.h atc#v(this.item)))+1);
savelog2 hat-log.txt, +hat: #v(this.item) at (x,y) in #L from #s(this.layer);
destroy;
}
//#CLIENTSIDE
if(created){
setimg andor_hat#v(this.item).mng;
setimgpart andor_hat#v(this.item).mng,40,0,60,50;
}
Yes that script works.

Bhala, you're NPC Admin on Andor? What are their standards?
Reply With Quote