Forum

> > CS2D > Scripts > number table not working
Forums overviewCS2D overview Scripts overviewLog in to reply

English number table not working

1 reply
To the start Previous 1 Next To the start

old number table not working

omg
User Off Offline

Quote
i made more tables on my script today like this:
1
boom=initArray(32)
so all the index values r set to 0
but for some reason, when i try to do something with the new tables (like set a new value or compare it), it says i attempted to index the global number value...whatever that means
examples (the integer id is valid):
1
2
3
boom[id]=0
boom[id]=1
if boom[id]==1 then ... end
etc. any clue? the previous tables i used all work fine. i cant see any variation in how the new tables r being used. for some reason, it just wants to give me errors when using them

OMG never mind i figured it out
i cant seem to delete this thread. how do i get rid of it?
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview