Posts: 1,110
Threads: 183
Joined: Jul 2009
Reputation:
0
Arg, I finally finished the SQL system for login/reg.
I have the correct plugin, and all the SQL tables.
Still, the server stops (freezes) on 'Connected.. '
Posts: 1,110
Threads: 183
Joined: Jul 2009
Reputation:
0
It is on 127.0.0.1 (localhost)
Posts: 6,129
Threads: 36
Joined: Jan 2009
Could you paste your OnGameModeInit queries?
Posts: 350
Threads: 54
Joined: Sep 2009
Reputation:
0
If you are using 'localhost' or '127.0.0.1' make sure your password is '' and your username is 'root'
Posts: 1,110
Threads: 183
Joined: Jul 2009
Reputation:
0
The SQL is hosted on my server, and there is a password.
Posts: 995
Threads: 71
Joined: Jul 2008
Reputation:
0
which mysql plugin u using?
edit: if ur using g-stylez.
It goes like this:
host,user,db,pass
edit#2: nvm ur using StrickenKids
Try this as host: 10.0.0.1
Posts: 1,110
Threads: 183
Joined: Jul 2009
Reputation:
0
Didn't even load with 10.0.0.1
Posts: 790
Threads: 7
Joined: Mar 2008
Reputation:
0
Can you show us your OnPlayerConnect mysql code