Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I still haven't got the time to go for it, though. When its done it should save and load it's state (station, playback, settings).
At the moment you can use the dublicator addons, the advanced dublicator does also have a map load and save feature that should work with the radio.
[ERROR] lua/weapons/gmod_tool/stools/streamradio.lua:266: bad argument #1 to 'SpawnRadio' (Player or nil expected, got Entity)
I made small modification for my sbox server years ago in stools/streamradio.lua:266
It's just a quick fix.
if tostring(ply) == "Entity [0][worldspawn]" then ply = nil end
local ent = StreamRadioLib.SpawnRadio(ply, model, Pos, Ang, Settings)
Works for now.