SA-MP Forums Archive
[FilterScript] Simple Radio System - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Simple Radio System (/showthread.php?tid=388384)



Simple Radio System - (SWE)Gold - 28.10.2012

Hello!, I created a Simple Radio System!
Type /radiohits <- If that no work try with: /radio Ingame to listen



Download Links

http://www.mediafire.com/?lmgbt5eqw33mpty - Full
Pastebin:
Код:
#include <a_samp>
#include <audio>

// --------------------------------------------------
	public OnPlayerCommandText(playerid, cmdtext[])
{
	if(!strcmp(cmdtext, "/radiohits"))
	{
		PlayAudioStreamForPlayer(playerid, "http://yp.shoutcast.com/sbin/tunein-station.pls?id=374494");
		new long_string[50];
		strcat(long_string, "radio - Here you can listen to the server radio!");
		ShowPlayerDialog(playerid, 2, DIALOG_STYLE_MSGBOX, "Radio - Lets DO IT!", long_string, "Close", "");
		return 1;
	}
	return 0;
}
// ---------------------------------------------------
And you need Audio plugin to! Here you can find: https://sampforum.blast.hk/showthread.php?tid=82162

Enjoy!

EDIT: FORGOT.. TO SAY THIS IS MY FIRST FILTERSCRIPT!
Update: Replace the link with this new link: http://yp.shoutcast.com/sbin/tunein-....pls?id=374494 Into the script.


Re: Simple Radio System - eMapper - 28.10.2012

OK OK!

NOW WHY IS EVERYTHING FUCKING SIMPLE?!


Go Make Something Unique!


Why you delete some picture?


This Shoudlnt Be Here...

Cuz it isnt even FilterScript


Re: Simple Radio System - (SWE)Gold - 28.10.2012

Quote:
Originally Posted by eMapper
Посмотреть сообщение
OK OK!

NOW WHY IS EVERYTHING FUCKING SIMPLE?!


Go Make Something Unique!


Why you delete some picture?


This Shoudlnt Be Here...

Cuz it isnt even FilterScript
Why so angry.. i just Released it?
Its a problem if i release it? 0.o
And... Its my first Filterscript i released.


Re: Simple Radio System - -=Dar[K]Lord=- - 28.10.2012

Well its true that u havent worked so hard but.. nice for begginners like u and


Quote:
Originally Posted by eMapper
Посмотреть сообщение
OK OK!

NOW WHY IS EVERYTHING FUCKING SIMPLE?!


Go Make Something Unique!


Why you delete some picture?


This Shoudlnt Be Here...

Cuz it isnt even FilterScript
Lol y so angry bcuz he didnt give an introduction hes just a newbie even if he has many posts lol


Re: Simple Radio System - Plovix - 28.10.2012

LOL,this is very very simple,this thing can make my grandmother,xD!
BTW pastebin link is not working!


Re: Simple Radio System - (SWE)Gold - 28.10.2012

Quote:
Originally Posted by Plovix
Посмотреть сообщение
LOL,this is very very simple,this thing can make my grandmother,xD!
BTW pastebin link is not working!
Ye Its no work 0.o I will put the code here.


Re: Simple Radio System - Team_PRO - 29.10.2012

Can You Add More radio channels so the player will download it cause its only one channel
just practice more you can be good in scripting


Re: Simple Radio System - Knight_Rider - 29.10.2012

-500/0
Ratings ^^


Re: Simple Radio System - (SWE)Gold - 29.10.2012

Quote:
Originally Posted by Team_PRO
Посмотреть сообщение
Can You Add More radio channels so the player will download it cause its only one channel
just practice more you can be good in scripting
Yea But maybe in a update or something


Re: Simple Radio System - HeLiOn_PrImE - 30.10.2012

Here's a hint....make an imput dialog box, so people can put their own streaming radio channel. That's what I did .