Difference between revisions of "0551"

From GTAMods Wiki
Jump to navigation Jump to search
Line 7: Line 7:
 
'''Parameter'''
 
'''Parameter'''
 
: [''int'']
 
: [''int'']
:: Boolean (0 = disable, 1 = enable)
+
:: 0 = disable (default), {{hint|1|or any value other than 0}} = enable
  
This opcode sets all Kaufman Cabs to tune to the taxi firm's radio instead of the regular radio. Similar to police vehicles, regular radio will not be accessible while in the cab. If the player is already in a cab when the taxi firm's radio is being enabled, the key to change radio station will be disabled and the taxi firm's radio will only play once the player has exited and reentered the cab. The original script called this opcode only once, after completion of "Cabmaggedon".
+
This opcode sets all Kaufman Cabs to tune to the taxi firm's radio instead of the regular radio. Similar to police vehicles, regular radio will not be accessible while in the cab. If the player is already in a cab when the taxi firm's radio is being enabled, the key to change radio station will be disabled and the taxi firm's radio will only play once the player has exited and reentered the cab. The original script called this opcode only once, after completion of "Cabmaggedon". The value set with this opcode is saved in [[Saves (GTA VC)#Block 0: Script|block 0 of the save file]]. Debbie Harry is the voice actor for [http://www.grandtheftwiki.com/Doris Doris], the taxi controller of Kaufman Cabs.
  
==Keywords==
+
== Keywords ==
 
set, cab, taxi, kaufman, radio
 
set, cab, taxi, kaufman, radio
  
 
[[Category:OpCodes]]
 
[[Category:OpCodes]]

Revision as of 21:07, 31 May 2015

Vice City SET_PLAYER_HAS_MET_DEBBIE_HARRY


Description

Enables Kaufman Cabs radio

Syntax

0551: set_kaufman_radio [int]

Parameter

[int]
0 = disable (default), 1 = enable

This opcode sets all Kaufman Cabs to tune to the taxi firm's radio instead of the regular radio. Similar to police vehicles, regular radio will not be accessible while in the cab. If the player is already in a cab when the taxi firm's radio is being enabled, the key to change radio station will be disabled and the taxi firm's radio will only play once the player has exited and reentered the cab. The original script called this opcode only once, after completion of "Cabmaggedon". The value set with this opcode is saved in block 0 of the save file. Debbie Harry is the voice actor for Doris, the taxi controller of Kaufman Cabs.

Keywords

set, cab, taxi, kaufman, radio