OnClientPlayerRadioSwitch: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(New page: __NOTOC__ {{Client event}} This event is triggered whenever a players radio station is changed ==Parameters== <syntaxhighlight lang="lua"> int stationID </syntaxhighlight> *'''stationID''': A int representin...)
 
m (Bullet points fixed)
Line 10: Line 10:
*'''stationID''': A [[int]] representing the station the player switched to.
*'''stationID''': A [[int]] representing the station the player switched to.
Station ID's:
Station ID's:
** '''1:''' Playback
* '''1:''' Playback
** '''2:''' K ROSE
* '''2:''' K ROSE
** '''3:''' K-DST
* '''3:''' K-DST
** '''4:''' Bounce
* '''4:''' Bounce
** '''5:''' SF-UR
* '''5:''' SF-UR
** '''6:''' Radio Los Santos
* '''6:''' Radio Los Santos
** '''7:''' Radio X
* '''7:''' Radio X
** '''8:''' CSR 103.9
* '''8:''' CSR 103.9
** '''9:''' K-Jah West  
* '''9:''' K-Jah West  
** '''10:''' Master Sounds 98.3
* '''10:''' Master Sounds 98.3
** '''11:''' WCTR
* '''11:''' WCTR
** '''12:''' User Track Player
* '''12:''' User Track Player
==Example==  
==Example==  
<syntaxhighlight lang="lua">
<syntaxhighlight lang="lua">

Revision as of 18:19, 25 March 2009

This event is triggered whenever a players radio station is changed

Parameters

int stationID
  • stationID: A int representing the station the player switched to.

Station ID's:

  • 1: Playback
  • 2: K ROSE
  • 3: K-DST
  • 4: Bounce
  • 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

Example

--Todo

See Also

Client player events


Client Audio functions