FuriouZ Posted June 27, 2013 Share Posted June 27, 2013 I don't know,it this is right place to ask,but is there some easyer way to learn lua (MTA:SA) ? Something like http://www.codecademy.com/ Thanks! Link to comment
xXMADEXx Posted June 27, 2013 Share Posted June 27, 2013 LUA isn't just something you can learn over night. Or a week. It can take year(s) to master. You can get started here: viewtopic.php?f=148&t=40809 Link to comment
codeluaeveryday Posted June 28, 2013 Share Posted June 28, 2013 xXMADEXx: It's not LUA, it's Lua... TheVenom, You can also learn from lua.org, the official links are found in the forum post which xXMADEXx said. Link to comment
xXMADEXx Posted June 28, 2013 Share Posted June 28, 2013 xXMADEXx:It's not LUA, it's Lua... eh, close enough. (Not really sure why, but I like to refer to file format in all caps... ) Link to comment
ixjf Posted June 28, 2013 Share Posted June 28, 2013 Lua itself is not a file format (although "lua" is commonly used as the file format for files written with it) - it is the name of the language and it is not an acronym. By the way, how on earth could it take years to master Lua? It is one of the easiest, if not the easiest, scripting language(s) out there. Remember: Learning a language's syntax isn't the same as learning to program. Link to comment
xXMADEXx Posted June 28, 2013 Share Posted June 28, 2013 Lua itself is not a file format (although "lua" is commonly used as the file format for files written with it) - it is the name of the language and it is not an acronym.By the way, how on earth could it take years to master Lua? It is one of the easiest, if not the easiest, scripting language(s) out there. Remember: Learning a language's syntax isn't the same as learning to program. Still, close enough. The time is based on how dedicated & how much you do it... (Im not just talking about being able to write a basic GM, I mean like very advanced ones such as FFS ) Link to comment
codeluaeveryday Posted June 28, 2013 Share Posted June 28, 2013 Your joking right? You have no idea what ixjf has made do you? Link to comment
xXMADEXx Posted June 28, 2013 Share Posted June 28, 2013 Your joking right? You have no idea what ixjf has made do you? Apparently not, nor do I care to know. Link to comment
xXMADEXx Posted June 28, 2013 Share Posted June 28, 2013 Your joking right? You have no idea what ixjf has made do you? Why are you changing the topic? It was: Still, close enough. The time is based on how dedicated & how much you do it... (Im not just talking about being able to write a basic GM, I mean like very advanced ones such as FFS ) Not something like "I think that ixjf is a noob scripter." Link to comment
denny199 Posted June 28, 2013 Share Posted June 28, 2013 (edited) Your joking right? You have no idea what ixjf has made do you? Why are you changing the topic? It was: Still, close enough. The time is based on how dedicated & how much you do it... (Im not just talking about being able to write a basic GM, I mean like very advanced ones such as FFS ) Not something like "I think that ixjf is a noob scripter." off-topic: Dude, stay ontopic, and stop replying on those guys, you know that you can't win this discussion. And also, he asked a way to learn lua, not to make a gamemode like FFS, ffs, learn to read the topic title, and the topic poster instead of writing to 2 guys who want to help this guy. on-topic: viewtopic.php?f=148&t=40809 Go chek it out Edited June 28, 2013 by Guest Link to comment
xXMADEXx Posted June 28, 2013 Share Posted June 28, 2013 csmit195 -> This guy right here is trying to make it a stupid rage war... Link to comment
DiSaMe Posted June 28, 2013 Share Posted June 28, 2013 Actually, csmit195 tells the truth. Learning a programming language is one of the easiest and shortest, but also the least meaningful processes. For example, I learned PHP in a few hours (could have done even faster) and even though I have only done basic things with it, I know I could do something not so basic (such as forum). The point is, the programming language is just a tool. The tool doesn't make an artist. Experience does. It's not a few hours of learning PHP that makes me capable of scripting a forum. It's programming experience gained in years of programming and logical thinking. So if you just need to learn Lua, go to http://www.lua.org and read the manual. If that doesn't make the Lua scripting simple for you, then the problem is not about Lua. It means you need practice. Like many other activities, programming is not something you can "learn". It's something that gives you experience without reaching a point where everything possible is already done, since there are no limits. You can always go further. Link to comment
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