[FilterScript] Radio Frequencies - 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] Radio Frequencies (
/showthread.php?tid=610397)
Radio Frequencies -
Luis- - 23.06.2016
Radio Frequencies
At the moment, this is a
very simple piece of code, two commands, one enum & one variable. It uses
sscanf,
foreach &
zcmd.
What this filterscript does it allows you and other players to talk on a radio, you'll have to be on the same frequency though other wise you'll be talking to a complete stranger! With the use of the
/setfreq command, you're able to set a frequency. Then using the
/radio command you can the chat to those on the same frequency.
Any suggestions are more than welcome. I'm sure there'll be quite a few.
Download
For the latest update download from my
GitHub.
Re: Radio Frequencies -
Xdrime - 23.06.2016
it looks nice , i'll try it
Re: Radio Frequencies -
Luis- - 23.06.2016
Quote:
Originally Posted by Xdrime
it looks nice , i'll try it
|
Please do! If you find anything wrong, please do let me know
Re: Radio Frequencies -
Owen007 - 23.06.2016
good job
i will use it.
Re: Radio Frequencies -
Luis- - 24.06.2016
Quote:
Originally Posted by Owen007
good job i will use it.
|
That's nice to hear!
Re: Radio Frequencies -
SyS - 24.06.2016
more like a snippet and is not a great thing as your level considered any way nice
Re: Radio Frequencies -
Luis- - 24.06.2016
Quote:
Originally Posted by Sreyas
more like a snippet and is not a great thing as your level considered any way nice
|
At the minute, it's a snippet. I do want to build on it. Just tried something small seeing as I haven't coded in a while.