SA-MP Forums Archive
Very big question for all sa-mp new server creaters. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: General (https://sampforum.blast.hk/forumdisplay.php?fid=13)
+--- Thread: Very big question for all sa-mp new server creaters. (/showthread.php?tid=213484)



Very big question for all sa-mp new server creaters. - coolharpartap - 19.01.2011

How i connect my sa-mp server to my servers forum website and save stats of players in site.


Re: Very big question for all sa-mp new server creaters. - DevilG - 19.01.2011

Try this:

https://sampforum.blast.hk/showthread.php?tid=56564


Re: Very big question for all sa-mp new server creaters. - MMiz - 20.01.2011

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.


Re: Very big question for all sa-mp new server creaters. - SkizzoTrick - 20.01.2011

This is not for new members
This is not for lot of profi scripters:P,you need to know mysql well to use these plugins.I don't know it but im tryina learn too


Re: Very big question for all sa-mp new server creaters. - Pghpunkid - 20.01.2011

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.