View Single Post
  #10  
Old 08-16-2007, 12:13 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Quote:
Originally Posted by Inverness View Post
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 View Post
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
__________________
Reply With Quote