SMF. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: SMF. (
/showthread.php?tid=343811)
SMF. -
iGetty - 18.05.2012
How can I connect my Server to my forums?
I use SMF and I want to be able to retrieve the forum stats in game from there.
Thanks!
Re: SMF. -
FalconX - 18.05.2012
Quote:
Originally Posted by iGetty
How can I connect my Server to my forums?
I use SMF and I want to be able to retrieve the forum stats in game from there.
Thanks!
|
There is no use of this but you can do that by MySQL connection to your SMF MySQL database from the SA-MP Server. And you can use queries like SELECT column_name(s) FROM table_name and store them, then show it through Dialog with style MSGBOX or LIST as you wish.
-FalconX
Re: SMF. - Guest9328472398472 - 18.05.2012
You will need to use MYSQL.
Re: SMF. -
iGetty - 18.05.2012
Thanks guys.
Repped.