12.06.2015, 03:13
I'm having a bit of an issue with registering dialogs.
First off, I'm using a gamemode that's perhaps 2-3 years old and uses MySQL. If I try to register on the server, it doesn't allow me to do that, it just flips back and forth dialogs. However, if I create myself an account through MySQL and log in with those details, it allows me to do this.
What I'm wondering is, is the data somehow now inserting into the table and therefore saving? Because when a player disconnects/the gamemode restarts the data saves, but its just not creating that initial player on the database and I don't know why. I've racked my brain for two days trying to figure it out as I'm teaching myself MySQL and enjoy learning like this, this is just for perserverance and I'd like someone to help me out here.
I don't know where to begin with showing you my code, if someone thinks they can help I'll show you the code here.
Thanks guys.
First off, I'm using a gamemode that's perhaps 2-3 years old and uses MySQL. If I try to register on the server, it doesn't allow me to do that, it just flips back and forth dialogs. However, if I create myself an account through MySQL and log in with those details, it allows me to do this.
What I'm wondering is, is the data somehow now inserting into the table and therefore saving? Because when a player disconnects/the gamemode restarts the data saves, but its just not creating that initial player on the database and I don't know why. I've racked my brain for two days trying to figure it out as I'm teaching myself MySQL and enjoy learning like this, this is just for perserverance and I'd like someone to help me out here.
I don't know where to begin with showing you my code, if someone thinks they can help I'll show you the code here.
Thanks guys.