FlyingSpoon Posted March 11, 2015 Posted March 11, 2015 Well, I still kind of suck at LUA, but as I want to move onto learning LUA more, and I have enough time and can guarantee my self I can learn it. Any links available? I would like a full LUA Tutorials, if possible with pictures? GitHub: https://github.com/flyingspoon YouTube: https://www.youtube.com/channel/UClsnd4SEid3gob33DSk1-GQ
darhal Posted March 11, 2015 Posted March 11, 2015 See lua users wiki its nice and clear #include <iostream> int main() { std::cout << "C++ is amazing <3" << std::endl; return 0; } I left MTA !... I m doing some tuts about (servers and scripting here) subscribe please
FlyingSpoon Posted March 11, 2015 Author Posted March 11, 2015 Any links? GitHub: https://github.com/flyingspoon YouTube: https://www.youtube.com/channel/UClsnd4SEid3gob33DSk1-GQ
JR10 Posted March 11, 2015 Posted March 11, 2015 http://lua-users.org/wiki/LuaTutorial http://www.lua.org/pil/contents.html Business System viewtopic.php?f=108&t=35797 Notepad++ Syntax Highlighting & Auto Completion viewtopic.php?f=91&t=76726 SQLite Tutorial viewtopic.php?f=148&t=38203
darhal Posted March 11, 2015 Posted March 11, 2015 http://lua-users.org/wiki/LuaTypesTutorial #include <iostream> int main() { std::cout << "C++ is amazing <3" << std::endl; return 0; } I left MTA !... I m doing some tuts about (servers and scripting here) subscribe please
FlyingSpoon Posted March 11, 2015 Author Posted March 11, 2015 Thank you <33 @JR10 @darhal Btw JR10, I love your work that you produce! GitHub: https://github.com/flyingspoon YouTube: https://www.youtube.com/channel/UClsnd4SEid3gob33DSk1-GQ
xXMADEXx Posted March 11, 2015 Posted March 11, 2015 viewtopic.php?f=148&t=40809%20%20%20 viewtopic.php?f=148&t=75501 The Ultimate Lua Tutorial! | MTA PHP SDK
FlyingSpoon Posted March 11, 2015 Author Posted March 11, 2015 Thanks MADE luv ya' all <33 ( NO HOMO ) GitHub: https://github.com/flyingspoon YouTube: https://www.youtube.com/channel/UClsnd4SEid3gob33DSk1-GQ
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now