FlyingSpoon Posted February 24, 2015 Share Posted February 24, 2015 Well I learnt a little scripting, I am sadly still on the beginner/moving onto more advanced side I want to get more experienced in LUA on the MTA Side, So I fully understand - 'if' statements 'else' statements And I know most of MTA Scripting Wiki, still un-sure about Dx too hard. And now I want to push my self to more advanced scripting such as creating tables, putting arguments in and basically just creating more larger scripts is what I am trying to say. I want to create much bigger systems than smaller one's and want to sooner or later start creating gamemodes by myself and hopefully be as successful as Solidsnake, that's my aim! So can anyone give me any tips, tut's or guides! Link to comment
JR10 Posted February 24, 2015 Share Posted February 24, 2015 There are no tips/tutorials on "creating bigger systems". The best way to learn is to just learn by doing. Start coding something no matter how big it is, stick to it and learn as you fail or get lost. Link to comment
FlyingSpoon Posted February 24, 2015 Author Share Posted February 24, 2015 Thank you JR10 This gives me an idea to start a RPG Gamemode as it's a good choice for me and I like working on RPG Sided scripts I hope the MTA Community can help me develop my LUA Skills so I can be successful Link to comment
FlyingSpoon Posted February 24, 2015 Author Share Posted February 24, 2015 Tell me if I should do that Link to comment
JR10 Posted February 24, 2015 Share Posted February 24, 2015 No, definitely not an RPG gamemode. You'll probably never finish it and get discouraged easily. Start with, for instance, a GUI account system. Once your done, expand it to include a forget option. Of course, that's just an example. Oh and please don't double post, use the edit button. Link to comment
FlyingSpoon Posted February 24, 2015 Author Share Posted February 24, 2015 Never made an account system before Link to comment
#RooTs Posted February 24, 2015 Share Posted February 24, 2015 Never made an account system before start to edit the scripts from the community, and I learned, so like this. I already passed the beginner level, and I'm in the middle Link to comment
FlyingSpoon Posted February 24, 2015 Author Share Posted February 24, 2015 Well, community resources places is down and I cant download anything : p Link to comment
#RooTs Posted February 24, 2015 Share Posted February 24, 2015 Well, community resources places is down and I cant download anything : p the site comunity it is offline Link to comment
FlyingSpoon Posted February 24, 2015 Author Share Posted February 24, 2015 you got skype? Link to comment
#RooTs Posted February 24, 2015 Share Posted February 24, 2015 you got skype? sent by MP Link to comment
FlyingSpoon Posted February 24, 2015 Author Share Posted February 24, 2015 PM* What functions do I require to make a login panel Link to comment
JR10 Posted February 24, 2015 Share Posted February 24, 2015 Just check the wiki. You need to design the GUI with the gui functions. trigger events and use the account functions to add accounts and log in the player. It's simple really. Check the existing resources. Link to comment
LaCosTa Posted February 24, 2015 Share Posted February 24, 2015 It's easy and simple just use . guiGetText triggerServerEvent triggerClientEvent addAccount getAccount logIn 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