Quote:
Originally Posted by Inverness
You still can't edit index 1 as you did in your code because it doesn't exist, only index 0.
|
I forgot new[] indexes start at 1 xD
But Vash, I would suggest what Inver told ya to do:
Quote:
Originally Posted by Inverness
PHP Code:
serverr.events.(@ temp.testtype[0]) = { temp.elist.(@ temp.testtype[0])[0][0], temp.elist.(@ temp.testtype[0])[1][0] };
|
But that's if you know the size ;o