Topic: [LUA] question
Hello.
I am trying to learn LUA because of 0.6.0 release, but i have a problem.
I can create an array (if it is not array, say me the right name) with:
players={name="Khubajsn","Khubajsn2", score="10","20"}
And now, I want to get score of Khubajsn2 (its 20). Is it possible? Or I must create an table? If I must, how? And how i can get the value of that table?
I am sorry, but i dont understand Lua manual a lot
Thanks,
Khubajsn