GTAG - Modding - Opcode Database - 041E
Opcode Database
041E
| Description | Sets the current radio station that is playing, if the player is in a vehicle. San Andreas The radio station ID passed is incremented by 1. However, 11 is replaced with 12 before the increment. It is possible that 12 is replaced with 13 after the increment, in certain cases. |
|---|---|
| Parameters (v2) | 1) Integer (INT) |
| Games | |
| Category | Common, Vehicle |
| San Andreas | |
| sascm.ini | 041E=1,set_radio_channel %1h% |
| Example | 041E: set_radio_channel 3 |
| Command Name | SET_RADIO_CHANNEL |
| Vice City | |
| sascm.ini | 041e=2,set_radio_station %1d% %2d% |
| Example | 041E: set_radio_station 9 -1 |
| Command Name | SET_RADIO_CHANNEL |
| GTA III | |
| gtascm.ini | 041e=2,set_radio_station %1d% %2d% |
| Example | 041E: set_radio_station 0 0 |
| Command Name | SET_RADIO_CHANNEL |

