dam034 Posted September 30, 2017 Share Posted September 30, 2017 Dear users, I searched in the Internet and I found some mods for RPG, but they are dated 7-8 years ago. I'd to create a new gamemode (with tecnologies in 2017), with roleplay gaming, and to use mysql to store data. Some ideas to beginning? Thanks Link to comment
Addlibs Posted September 30, 2017 Share Posted September 30, 2017 If you plan to use MySQL to store data, your first step should be to make a resource that would handle all of that, and export its functions to allow other resources to just use that resource instead of creating a new MySQL connection on each resource. Link to comment
dam034 Posted September 30, 2017 Author Share Posted September 30, 2017 Can I use only one resource to create RPG? I thought I could create mysql.lua in rpg resource to export its functions to all the others lua files in the resource. How can I do? Thanks 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