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