Mysql Help - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Mysql Help (
/showthread.php?tid=629018)
Mysql Help -
itachi - 18.02.2017
Please help me,how to save money to mysql.
Re: Mysql Help -
Freaksken - 18.02.2017
- MySQL requires a plugin.
- Create a database.
- Create a "user" table with at a minimum attributes "name" and "money" with which "name" should be unique.
- Use SQL to retrieve and update "money".
If you don't know how to do any of this, just using ****** gives you some
suggestions and tutorials. If setting up a MySQL database is too advanced for you, try SQLite first, which is natively supported.
Re: Mysql Help -
ISmokezU - 18.02.2017
https://sampforum.blast.hk/showthread.php?tid=574714