Radio System Database - 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: Radio System Database (
/showthread.php?tid=657874)
Radio System Database -
travistaylor - 16.08.2018
Hello guys,I need help with my radio system on server... It is made with MYSQL and I dont know where should I search to find the radio to put my link on..
Can someone hlep me? (I got the radio link,but as I saw it is connected with database to the radio so I dont know what should I do.
Re: Radio System Database -
travistaylor - 16.08.2018
Код:
radioConnectionID = mysql_connect(MYSQL_HOSTNAME, MYSQL_USERNAME, "shoutcast", MYSQL_PASSWORD);
if(mysql_errno(radioConnectionID))
{
print("[WARNING] - Couldn't connect to radio station database... server will continue to operate normally.");
radioConnectionI
Re: Radio System Database -
travistaylor - 16.08.2018
Can I have an vehicle radio system filterscript ? I really didn't found any on this forum that works fine and works on vehicle only!