NeatSquid 2 Posted May 12, 2015 Hi, So I want to get into LUA scripting for GTA V. I have no knowledge of LUA, and I'm just curious about what aspects of LUA I need to learn and how to call certain aspects of the game to achieve what I want to do. Thank you P.S. If this is in the wrong section, don't lock it, move it. Quote Share this post Link to post Share on other sites
ffzero58 108 Posted May 13, 2015 Check the LUA script hook threads in the mod showroom - there is a lively discussion going and the plugins come with sample code. If you know how to program before hand (especially C or C++), that will help immensely. With some basic high school level coding, you can start modding. Really, if you know the fundamentals of programming/coding, you can grasp any language fairly quickly. Quote Share this post Link to post Share on other sites
NeatSquid 2 Posted May 13, 2015 Check the LUA script hook threads in the mod showroom - there is a lively discussion going and the plugins come with sample code. If you know how to program before hand (especially C or C++), that will help immensely. With some basic high school level coding, you can start modding. Really, if you know the fundamentals of programming/coding, you can grasp any language fairly quickly. Thanks. I'll check that out. I'm eagerly awaiting the day for someone to create a Python script hook Shall I learn basic LUA before going into scripting LUA? Quote Share this post Link to post Share on other sites
ffzero58 108 Posted May 13, 2015 It is there: http://gtaforums.com/topic/793533-vwip-script-hook-v-python-3k/?hl=python If you know Python, you'll get LUA. Quote Share this post Link to post Share on other sites
NeatSquid 2 Posted May 13, 2015 It is there: http://gtaforums.com/topic/793533-vwip-script-hook-v-python-3k/?hl=python If you know Python, you'll get LUA. OK. Thanks so much Quote Share this post Link to post Share on other sites