View Single Post
  #4  
Old 08-15-2007, 04:05 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
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 View Post
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.
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote