News

Welcome to this beginner's guide on Lua scripting for the 2Take1 GTA V mod menu! This tutorial is aimed at individuals with no prior coding experience. Our goal is to get you comfortable with creating ...
* Numbers - myNumber = 2 * Strings - myString = "hello" * Boolean - myBool = true * Tables - myTable = {} * Functions - myFunction() end * nil values - myNil = nil ...
Bueno compañeros. La verdad es que llevo bastante sin postear ningun tutorial, así que, para que no os desanimeis, aquí os dejo esta listita de las funciones de LUA, que poco a poco iré traduciendo a ...