AR/getRadioChannelName: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
{{Client function}} | {{Client function}} | ||
. | . هذا الوظيفة تجلب اسم قناة الراديو | ||
== | ==مثال== | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
string getRadioChannelName ( int id ) | string getRadioChannelName ( int id ) | ||
Line 13: | Line 13: | ||
{{SoundID}} | {{SoundID}} | ||
=== | ===عائدات=== | ||
اذا نجحت تعود ب نص يحتوي علي اسم المحطة اذا لم تنجح تعود ب false. | |||
==مثال== | ==مثال== | ||
<section name="Client" class="client" show="true"> | <section name="Client" class="client" show="true"> |
Revision as of 15:13, 1 May 2020
. هذا الوظيفة تجلب اسم قناة الراديو
مثال
string getRadioChannelName ( int id )
Required Arguments
- id: . الاي دي محطة الراديو التي تريد الحصول على الاسم.من رقم من 0 إلى 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
عائدات
اذا نجحت تعود ب نص يحتوي علي اسم المحطة اذا لم تنجح تعود ب false.
مثال
Click to collapse [-]
ClientaddCommandHandler("getradio", function() outputChatBox("You're currently listening to "..getRadioChannelName(getRadioChannel()).."!") end )
أنظر أيضاً
- getSoundBufferLength
- getSoundEffects
- getSoundFFTData
- getSoundLength
- getSoundLevelData
- getSoundMaxDistance