PL/getRadioChannelName: Difference between revisions
Jump to navigation
Jump to search
m (added Category:PL/Client functions using HotCat) |
m (Changed hierarchy in the left panel) |
||
Line 30: | Line 30: | ||
{{PL/Client_audio_functions}} | {{PL/Client_audio_functions}} | ||
[[ | [[en:getRadioChannelName]] | ||
[[ | [[hu:getRadioChannelName]] | ||
[[ | [[ro:getRadioChannelName]] | ||
[[ | [[ru:getRadioChannelName]] | ||
[[PT-BR:GetRadioChannelName]] | [[PT-BR:GetRadioChannelName]] | ||
[[Category:PL/Client functions]] | [[Category:PL/Client functions]] |
Revision as of 12:34, 10 April 2023
Funkcja pobiera nazwę radia o podanym przez nas ID.
Składnia
string getRadioChannelName ( int id )
Wymagane argumenty
- id: ID radia, którego nazwę chcemy pobrać:
- 0: Radio wyłączone
- 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: Utwory użytkownika
Wynik
Jeśli nie wystąpił błąd to zwraca nazwę stacji radiowej, w przeciwnym razie zostanie zwrócony fałsz.
Przykład
Click to collapse [-]
ClientaddCommandHandler("getradio", function() outputChatBox("W tym momencie słuchasz: "..getRadioChannelName(getRadioChannel()).."!") end )
Zobacz również
- getRadioChannel
- getRadioChannelName
- getSFXStatus
- getSoundBPM
- getSoundBufferLength
- getSoundEffectParameters
- getSoundEffects
- getSoundFFTData
- getSoundLength
- getSoundLevelData
- getSoundMaxDistance
- getSoundMetaTags
- getSoundMinDistance
- getSoundPan
- getSoundPosition
- getSoundProperties
- getSoundSpeed
- getSoundVolume
- getSoundWaveData
- isSoundLooped
- isSoundPanningEnabled
- isSoundPaused
- playSFX3D
- playSFX
- playSound3D
- playSound
- playSoundFrontEnd
- setRadioChannel
- setSoundEffectEnabled
- setSoundEffectParameter
- setSoundLooped
- setSoundMaxDistance
- setSoundMinDistance
- setSoundPan
- setSoundPanningEnabled
- setSoundPaused
- setSoundPosition
- setSoundProperties
- setSoundSpeed
- setSoundVolume
- stopSound