
08-03-2005, 04:21 PM
|
|
Mr. Ciprioni Atrius Admin
|
 |
Join Date: Dec 2004
Location: Lawrence, Ma
Posts: 190
|
|
|
//#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 |
|
|
|