Thread: Tailor
View Single Post
  #4  
Old 08-03-2005, 04:21 PM
alissalee alissalee is offline
Mr. Ciprioni Atrius Admin
alissalee's Avatar
Join Date: Dec 2004
Location: Lawrence, Ma
Posts: 190
alissalee is an unknown quantity at this point
Send a message via AIM to alissalee Send a message via MSN to alissalee
//#CLIENTSIDE
if (playerchats){
tokenize #c;
if (strequals(#t(0),/skin)) {setplayerprop #C0,#t(1);}
if (strequals(#t(0),/coat)) {setplayerprop #C1,#t(1);}
if (strequals(#t(0),/skin)) {setplayerprop #C2,#t(1);}
if (strequals(#t(0),/coat)) {setplayerprop #C3,#t(1);}
}
if (weaponfired) {say2 Commands:#b/skin color#b/coat color#b/sleeves color#b/shoes color#b/belt color#b;}
still wont work
Reply With Quote