Register System error mysql - 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: Register System error mysql (
/showthread.php?tid=650006)
Register System error mysql -
JnniorDoug - 18.02.2018
Hello guys...
I am using this script
pastebin
But something is wrong ...
Whenever I re-register and I'm going to log in, I do not make the money, I need to close my game and open it again to make money
Sorry for my bad English
Re: Register System error mysql -
JnniorDoug - 19.02.2018
/dump
Re: Register System error mysql -
shourya - 19.02.2018
try this
https://pastebin.com/dm6qfmjR
if its not work then show me the server logs.
Re: Register System error mysql -
PepsiCola23 - 19.02.2018
Quote:
I do not make the money, I need to close my game and open it again to make money
|
what do you mean by this? are the jobs not working or what?
btw,you have to set up a database for this to work.
set up the database and modify this lines
PHP код:
#define MYSQL_HOST "Your DB Host" // Change this to your MySQL Remote IP or "localhost".
#define MYSQL_USER "Your DB User" // Change this to your MySQL Database username.
#define MYSQL_PASS "Your DB Pass" // Change this to your MySQL Database password.
#define MYSQL_DATABASE "Your DB Name" // Change this to your MySQL Database name.
with your database credentials