[FilterScript] pRadio - Easy-to-use, No plugins required. - 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] pRadio - Easy-to-use, No plugins required. (
/showthread.php?tid=317673)
pRadio - Easy-to-use, No plugins required. -
MA_proking - 12.02.2012
pRadio v1.4
Released Date: 12 February 2012
************************************************** **************************************
INTRODUCTION:
Hello everyone, myself proking. I m playing SA-MP since 2009 and in scripting line since 2010. I took too much time to learn scripting and now I am able to do simple and nice scripting. Today I am here to represent my ONLINE RADIO script. I created it for my server but later I decided to release it on forum.OK, enough talking crap, lets get on the script!
FEATURES:
♣ Only works in car.
♣ If you exit from car radio stop automatically.(It doesn't matter how to exit from car.)
♣ Newbie friendly - So easy to edit.
♣ No plugin required.
♣ Fast command processor 'ZCMD' used.
CREDITS:
Thanks to:
♣ ****** for his impressive foreach,
♣ ZeeX for his ZCMD,
♣ jueix for his tutorial.
♣ Babul for a dialog bug fixing.
♣ Ammo for testing the script.
♣ Shoutcast.com for links.
♣ proking for creating
BUGS:
Too easy script. No bugs.
If dialog box don't work then try to change value/id of dialog box.
REQUEST:
Please give credits to all the above if you using this filter-script.
That's it.Hope you Like, Rate, Suggest, Comment and +Rep me.
DOWNLOAD:

SolidFiles__________Pastebin
Re: pRadio - Easy-to-use, No plugins required. -
Ronaldo_raul™ - 12.02.2012
Great work.
Re: pRadio - Easy-to-use, No plugins required. -
MAX_PAIN - 12.02.2012
Great i Tested it Awesome work man
Re: pRadio - Easy-to-use, No plugins required. -
MA_proking - 12.02.2012
Quote:
Originally Posted by Ronaldo_raul™
Great work.
|
Quote:
Originally Posted by MAX_PAIN
Great i Tested it Awesome work man
|
Thanks both of you.
Re: pRadio - Easy-to-use, No plugins required. - suhrab_mujeeb - 12.02.2012
Pastebin?
Re: pRadio - Easy-to-use, No plugins required. -
MA_proking - 12.02.2012
Quote:
Originally Posted by suhrab_mujeeb
Pastebin?
|
Pastebin link added.
Re: pRadio - Easy-to-use, No plugins required. -
SuperYoni - 12.02.2012
Thx man
but its the radio from the game or radio that i can choose?
Re: pRadio - Easy-to-use, No plugins required. -
MA_proking - 12.02.2012
Quote:
Originally Posted by SuperYoni
Thx man
but its the radio from the game or radio that i can choose?
|
i selected 11 radio stations but you can choose yours for shoutcast.com
if need help PM me.
Re: pRadio - Easy-to-use, No plugins required. -
Mark™ - 12.02.2012
Why only in vehicle ? Why not on foot too ?
Re: pRadio - Easy-to-use, No plugins required. -
MA_proking - 12.02.2012
Quote:
Originally Posted by Xtreme_playa
Why only in vehicle ? Why not on foot too ?
|
If you want on foot too see the commented line under radio command.
BTW:
pawn Код:
if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, color2, "You must be in a car to use a car radio.");//Comment this line if you want to play and where. Also remove onplayerkeystate.