Posts: 62
Threads: 1
Joined: Jan 2011
Reputation:
0
Hmm I dont think this question should be made to new servers creators :P, I'd like to say that the link that DevilG posted is the better/only i know (lol, is there a different one?) to do that.
Posts: 797
Threads: 21
Joined: Jan 2007
Reputation:
0
That depends on which forum engine your using. You need to locate the user information and connect and compare it against a players login data ingame. This could be very complicated, especially if your encrypting passwords with MD5, SHA1, or Whirlpool. Then to save game data, you would have to alter the table or create a new one and associate it to the user account of which your editing/adding data.
If you understand MySQL, Table Relationships, and how to code it all into SA-MP.. its not that big of a task, just could get confusing for someone who is less than savvy at it.