Difference between revisions of "0551"

From GTAMods Wiki
Jump to navigation Jump to search
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Icon|VC}} '''SET_PLAYER_HAS_MET_DEBBIE_HARRY'''
+
{{OpCode
<hr />
+
| games      = {{Icon|VC}}
'''Description'''
+
| command    = SET_PLAYER_HAS_MET_DEBBIE_HARRY
: Enables Kaufman Cabs [[List of radio stations (VC)|radio]]
+
| description = Enables Kaufman Cabs [[List of radio stations (VC)|radio]]
'''Syntax'''
+
| syntax1    = 0551: set_kaufman_radio [''int'']
: 0551: set_kaufman_radio [''int'']
+
| p1t        = [''int'']
'''Parameter'''
+
| p1d        = 0 = disable (default), {{hint|1|or any value other than 0}} = enable
: [''int'']
+
}}
:: Boolean (0 = disable, 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".
+
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: Simple Vars|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]]
 

Latest revision as of 11:03, 3 December 2016

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