Information:
1. Textdraws with title of radio look like game radio.
2. Keys for control: Y and N.
3. If driver changes radio, it changes for passenger too.
4. Radiostations are stored in vehicles.
5. Setup random radiostation in each vehicle (From list of radiostation of course).
6. Script starts work fully.
7. No limit for radiostations.
Author: SDraw
GitHub repository: O.R.I.V.
Requirements: mxINI, GVar Plugin
Notice: Radiostations in video are different from FS. Version for Audio Plugin will be created soon.
How to add more radio:
In ''scriptfiles'' folder there is ''radio_settings.ini'' file. Open it.
''Radios'' - number of radio for your server.
''Radio_Title#'' - title of radio of radio with number #.
''Radio_URL#'' - URL for radio with number with number #.
Change number in ''Radios'' param and fill lines with ''Radio_Title#'' and ''Radio_URL#''. Example:
PHP код:
Radios = 7
Radio_Title1 = I.First!
Radio_URL1 = http://i.url.for.first.radio
Radio_Title2 = I.Second!
Radio_URL2 = http://i.url.for.second.radio
//...and like for third, and fourth...
Radio_Title7 = I.Seventh!
Radio_URL7 = http://i.url.for.seventh.radio
If there is no any line with needed params, script has self-defend and won't work.