Client Exports
Get The Player's radio
exports.skz_station:getplayerradio()return = {
radio = 23, --Returns nil if the player is not connected to a radio.
volume = 25,
muted = false,
}Last updated
exports.skz_station:getplayerradio()return = {
radio = 23, --Returns nil if the player is not connected to a radio.
volume = 25,
muted = false,
}Last updated