View Single Post
  #17  
Old 08-26-2004, 06:58 PM
ZeroTrack ZeroTrack is offline
G2K1 Developer
ZeroTrack's Avatar
Join Date: Apr 2004
Location: LongIsland, NY
Posts: 402
ZeroTrack is on a distinguished road
Send a message via AIM to ZeroTrack
.. i reset the npcserver and it started working, and yes thats there for the taylor part
finshed script... no stealing please
NPC Code:

//#CLIENTSIDE
if(created)
setstring this.parts,skin,coat,sleeves,shoes,belt;

if(playerchats){
tokenize #c;
if(strcontains(#s(this.parts),#t(0))){
part=lindexof(#t(0),this.parts);
if(part=0)
setplayerprop #C0,#t(1);
if(part=1)
setplayerprop #C1,#t(1);
if(part=2)
setplayerprop #C2,#t(1);
if(part=3)
setplayerprop #C3,#t(1);
if(part=4)
setplayerprop #C4,#t(1);
}
}

Reply With Quote