Thread: cloths changer
View Single Post
  #5  
Old 01-05-2002, 09:57 AM
TDO2000 TDO2000 is offline
Registered User
TDO2000's Avatar
Join Date: Jul 2001
Location: Germany
Posts: 655
TDO2000 is on a distinguished road
Re: hmmm

Quote:
Originally posted by mikepg
that would work python, but the player flag list would get filled up quick!

it would be better to use
setstring client.suit1,#C0,ect,ect....,ect;

and use
setplayerprop #C0,#I(client.suit1,0);


that way, it wouldnt take up so many lines in the flag section.
normally u use addstring or replacestring for stringlists because this would't probably work
the string u get with your script:

example
client.suit1=black,yellow,white,red

what stringlist look like:
client.suit1="black","yellow","white","red"

so u couldn't normally read the parts with #I
__________________
No Webhost at the moment
Reply With Quote