First of all, let me just tell you that Bjorn is right. Use a DB instead of serverr. strings. Now to answer your question..
Quote:
Originally Posted by Chompy
I think you need to initialize the array first, for example with {} or new[1]
|
Indeed. You cant edit a part of an array that doesnt exist.
serverr.flag = new[5];
serverr.flag[2] = "lol";
Just an example on how to do it before you set the data.