Attempting to get Bungeecord Teleportation Functional
#4
Strange, perhaps someone with more experience with the protocol can help you with that.

There are multiple ways you can access tables. You can use brackets (table['a']['aa']), but also periods(table.a.aa). If you want to loop through a table you can use this:
for Key, Value in pairs(table) do
   print(Key, Value)
end
Reply
Thanks given by:


Messages In This Thread
RE: Attempting to get Bungeecord Teleportation Functional - by NiLSPACE - 10-21-2015, 06:02 PM



Users browsing this thread: 2 Guest(s)