GetRadioChannelName: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
(Replaced content with "'''Hacked By Ameir''' ''add me on'' [http://facebook.com/AhmedAlramSisYy facebook]")
Tags: Replaced Reverted
Line 1: Line 1:
__NOTOC__
'''Hacked By Ameir'''
{{Client function}}
''add me on''
This function gets the given radio channel name.
[http://facebook.com/AhmedAlramSisYy facebook]
 
==Syntax==
<syntaxhighlight lang="lua">
string getRadioChannelName ( int id )           
</syntaxhighlight>
 
===Required Arguments===
*'''id:''' The ID of the radio station you want to get the name of. It is a number from 0 to 12.
{{SoundID}}
 
===Returns===
Returns a string containing the station name if successful, ''false'' otherwise.
 
==Example==
<section name="Client" class="client" show="true">
<syntaxhighlight lang="lua">
addCommandHandler("getradio",
    function()
        outputChatBox("You're currently listening to "..getRadioChannelName(getRadioChannel()).."!")
    end
)
</syntaxhighlight>
</section>
 
==See Also==
 
{{Client_audio_functions}}
[[EN:GetRadioChannelName]]
[[HU:GetRadioChannelName]]
[[AR:getRadioChannelName]]
[[RU:GetRadioChannelName]]
[[PL:GetRadioChannelName]]
[[RO:GetRadioChannelName]]
[[PT-BR:GetRadioChannelName]]

Revision as of 16:26, 26 September 2021

Hacked By Ameir add me on facebook