PT-BR/GetRadioChannelName
Jump to navigation
Jump to search
Template:BR/Funcao cliente Essa função pega o nome da estação de rádio baseado no ID fornecido.
Sintaxe
string getRadioChannelName ( int id )
Argumentos necessários
- id: O ID da estação de rádio ao qual você quer saber o nome. É um número de 0 a 12.
- 0: Radio Off
- 1: Playback FM
- 2: K-Rose
- 3: K-DST
- 4: Bounce FM
- 5: SF-UR
- 6: Radio Los Santos
- 7: Radio X
- 8: CSR 103.9
- 9: K-Jah West
- 10: Master Sounds 98.3
- 11: WCTR
- 12: User Track Player
Retorno
Retorna uma string contendo o nome da estação de rádio caso exista, do contrário retorna false.
Exemplo
Click to collapse [-]
ClientaddCommandHandler("estacao", function() outputChatBox("Você está ouvindo a "..getRadioChannelName(getRadioChannel()).."!") end )
Veja também
- getSoundEffectParameters
- getSoundFFTData
- getSoundLength
- getSoundLevelData
- getSoundMaxDistance
- getSoundMetaTags
- getSoundMinDistance
- getSoundPan
- getSoundPosition
- getSoundProperties
- getSoundSpeed
- getSoundVolume
- getSoundWaveData