Project Zomboid

Project Zomboid

Not enough ratings
RadioBroadcastMessage
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
129.757 KB
9 May, 2023 @ 7:06am
9 May, 2023 @ 7:49am
2 Change Notes ( view )

Subscribe to download
RadioBroadcastMessage

Description
This mod allows admins to send a broadcast message to every turned on radio.

Workshop ID: 2973659995
Mod ID: RadioBroadcastMessage
3 Comments
Batman-[FR] 23 May, 2024 @ 10:21am 
if radio:isOn() then
radio:setCustomSignal(true)
radio:setCustomSignalName("Admin Broadcast")
radio:setCustomSignalFrequency(radio:getTunerFrequency())
radio:setCustomSignalStrength(500)
radio:setCustomSignalMessage(message)
end

but all these functions doesn't exists.
Are you sure you not need another mod?
Comando 9 Mar, 2024 @ 12:47pm 
the server cannot recognize the command /broadcast
Squizo 19 May, 2023 @ 8:24am 
How does this mod work? Something like a custom command to broadcast to all radios?