Jump to content

Save data


DarkByte

Recommended Posts

I would use SQLite instead of MySQL.

MySQL requires 'hosted' database but SQLite just creates database file in your resource and saves all data in there.

Use those functions to get started:

dbConnect
dbQuery
dbPoll

 

https://wiki.multitheftauto.com/wiki/Server_Scripting_Functions#SQL_function

Also when using dbQuery, check out this:

http://www.w3schools.com/sql/sql_datatypes.asp

Edited by Miika822
  • Like 1
Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...