29.05.2015, 08:20
You could add the account into the database with a variable (let's call it PlayerApproved) =0.
When a tester+ confirms the registration, you set PlayerApproved to 1.
Then when the player goes ingame, you can check for rows in MYSQL where username = username and PlayerApproved = 1.
When a tester+ confirms the registration, you set PlayerApproved to 1.
Then when the player goes ingame, you can check for rows in MYSQL where username = username and PlayerApproved = 1.