Deepu Posted February 22, 2016 Share Posted February 22, 2016 Hey all, is it possible to script using C++? because I am strong in C++ Object Oriented Programming... because you can use classes and structures for file handling and stuffs.. but in Lua we don't have.. OOP right? or am I wrong? because last time I tried using Non-OOP structures as OOP structures (linked lists and stacks) it showed a huge bundle of errors and finally crashed my fucking PC... Also I am 17 only, I am a minor, Can I have Paypal? if I can, then say how (without parents accounts) Link to comment
tosfera Posted February 22, 2016 Share Posted February 22, 2016 Hey all, is it possible to script using C++? because I am strong in C++ Object Oriented Programming... because you can use classes and structures for file handling and stuffs.. but in Lua we don't have.. OOP right? or am I wrong? because last time I tried using Non-OOP structures as OOP structures (linked lists and stacks) it showed a huge bundle of errors and finally crashed my PC... Also I am 17 only, I am a minor, Can I have Paypal? if I can, then say how (without parents accounts) Yes, you can use c++ but no.. I wouldn't do that. The only way you're able to use c++ in MTA is by using plugins you write yourself but these do have a delay because they have to be called from the client towards the server and will turn your script into a bloody mess. If you're looking for OOP, there is. MTA created their own version of OOP in Lua, all of the supported functions are located on the wiki. For the paypal... I have no idea, never had struggles with that. Link to comment
Deepu Posted February 22, 2016 Author Share Posted February 22, 2016 Thanks for the info tosfera, how do I implement MTA's Lua plugin for OOP? Link to comment
tosfera Posted February 22, 2016 Share Posted February 22, 2016 It's loaded by default, you just have to enable it. You can read more about that here; https://wiki.multitheftauto.com/wiki/OOP#Turning_it_on Link to comment
Deepu Posted February 22, 2016 Author Share Posted February 22, 2016 Thank you so much Tosfera, you made my day... Link to comment
Deepu Posted February 22, 2016 Author Share Posted February 22, 2016 you can lock the topic admin 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