
08-03-2005, 03:53 PM
|
|
Registered User
|
 |
Join Date: Sep 2004
Posts: 5,260
|
|
Quote:
|
Originally Posted by alissalee
//#CLIENTSIDE
if (playerchats){
tokenize #c;
if (startswith(/skin,#c))setplayerprop #C0,#t(1);
if (startswith(/coat,#c))setplayerprop #C1,#t(1);
if (startswith(/sleeves,#c))setplayerprop #C2,#t(1);
if (startswith(/shoes,#c))setplayerprop #C3,#t(1);
if (startswith(/belt,#c))setplayerprop #C4,#t(1);
}
if (weaponfired) {say2 Commands:#b/skin color#b/coat color#b/sleeves color#b/shoes color#b/belt color#b;}
|
And that is one ugly piece of code! |
|
|
|