Lua: Intermediate Lesson on TABLES
The Best Source To Learn Game Hacking: https://guidedhacking.com/
----------------------------------------------------------------------------
Special Thx to TimTheEnchanter for his hard work!
Tim's YT Channel: / timtheenchanter13
Today we are going to look at an extension of previous Lua lessons at more intermediate level. So you will need to really understand those core basics for this vid.
It is a lesson on Tables, and different ways to use them.
--------------------------------------------------------------------------------------------------------
Im sorry I know the LUA is hard to see, but these things he is typing are things you have already learned in the LUA for the Xtreme Beginner series thus far, so there is not much new here. I will try to use zoom in future uploads. So my apologies.
local tbl = {
'some',
'data',
'in',
'a',
'table',
}
for i, v in pairs(tbl) do
print(i, v)
end
===================================================================
NEW CT Website: https://opencheattables.org/
CALLING ALL TABLE MAKERS FROM BEGINNER TO PRO WE NEED YOUR HELP:
Come grab a free game - All are welcome:
https://opencheattables.org/viewtopic...
#LUA #TABLES
LUA Tables Explanation: https://www.lua.org/pil/2.5.html
Cheat The Game on Facebook: / cheatthegame
CTG Discord Channel: https://discordapp.com/invite/ndn4pqs
Become a Cheat The Game Partner at Patreon: / cheatthegame
Donation Paypal: https://paypal.me/CheatTheGame
=================================================================