Difference between revisions of "0572"

From GTAMods Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
<code>0572=1,%1h%</code><br>
+
{{OpCode
'''Description''': Sets the taxi's boost jump and nitros<br>
+
| ini        = 0572=1,{{Hint|%1h%|parameter 1: integer}}
'''Parameter 1''': Flag<br>
+
| description = Sets the taxi's boost jump and nitros
'''Supports''': Vice City, San Andreas<br>
+
| p1          = Flag
 
+
| game        = [[Vice City]], [[San Andreas]]
In Vice City, this opcode sets the taxi's boost jump. In San Andreas, the taxi will have both boost jump and nitros. This only works on the player's taxi.
+
}}
 +
In Vice City, this opcode sets the taxi's boost jump. In San Andreas, the taxi will have both boost jump and nitros. Boost jump replaces the horn, which can be activated by pressing the horn key. This only works on the player's taxi. Vehicles that are considered taxis include:
 +
{| {{prettytable}}
 +
! colspan="2"| Vice City
 +
! colspan="2"| San Andreas
 +
|-
 +
! ID
 +
! Name
 +
! ID
 +
! Name
 +
|-
 +
| 150 || Taxi
 +
| 420 || Taxi
 +
|-
 +
| 168 || Cabbie
 +
| 438 || Cabbie
 +
|-
 +
| 188 || Zebra Cab
 +
| ||
 +
|-
 +
| 216 || Kaufman Cab
 +
| ||
 +
|}
  
 
==Keywords==
 
==Keywords==
 
set, taxi, boost, jump, nitro
 
set, taxi, boost, jump, nitro
  
[[Category:OpCodes]]
+
==External link==
 +
* {{GTAF|262280|SA Memory handling}} - through the use of this opcode by {{U|Seemann}}

Revision as of 08:02, 27 September 2010

{{{games}}}


Description
Sets the taxi's boost jump and nitros
Syntax
{{{syntax1}}}
Parameter

In Vice City, this opcode sets the taxi's boost jump. In San Andreas, the taxi will have both boost jump and nitros. Boost jump replaces the horn, which can be activated by pressing the horn key. This only works on the player's taxi. Vehicles that are considered taxis include:

Vice City San Andreas
ID Name ID Name
150 Taxi 420 Taxi
168 Cabbie 438 Cabbie
188 Zebra Cab
216 Kaufman Cab

Keywords

set, taxi, boost, jump, nitro

External link