Client Exports

Get The Player's radio

This export will get the radio values ​​of the player when called.

exports.skz_station:getplayerradio()

Result:

return = {
    radio = 23, --Returns nil if the player is not connected to a radio.
    volume = 25,
    muted = false,
}

Last updated