|
09-01-2012
|
97
|
|
Nerd
Join Date: Sep 2011
Location: Berlin
Posts: 3,825
|
Thanks guys
Okay one more, is there anywhere better to store sended pms,comments anything? And make it readable and writable, other than clientr. // also Will clientr.test= 1,2,3,4 be counted as an array? (clientr.test[0])
|
You'll have to have a custom PM system to log sent messages as there's no way to log messages sent using the default one. I'd personally store them in text files. Also, you can tokenize that clientr flag to treat it like an array like this: temp.test = player.clientr.test.tokenize(","); and then you can use temp.test[0].
|
|
|
|