Difference between revisions of "0572"

From GTAMods Wiki
Jump to navigation Jump to search
Line 1: Line 1:
{{OpCode
+
{{Icon|VC}} {{Icon|SA}}
| ini        = 0572=1,{{Hint|%1h%|parameter 1: integer}}
+
<hr />
| description = Sets the taxi's boost jump and nitros
+
'''Description'''
| p1          = Flag
+
: Activates the taxi's boost jump and nitrous
| game        = [[Vice City]], [[San Andreas]]
+
'''Syntax'''
}}
+
: 0572: set_taxi_boost_jump [''int'']
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:
+
'''Parameter'''
 +
: [''int'']
 +
:: Boolean (0 = deactivate, 1 = activate)
 +
 
 +
In Vice City, this opcode activates the taxi's boost jump. In San Andreas, this opcode activates both the boost jump and nitrous. Boost jump replaces the horn, which can be activated by pressing the horn key. This only works on the player's taxi. The opcode recognizes the following vehicles:
 
{| {{prettytable}}
 
{| {{prettytable}}
 
! colspan="2"| Vice City
 
! colspan="2"| Vice City
Line 28: Line 32:
 
|}
 
|}
  
==Keywords==
+
== Keywords ==
 
set, taxi, boost, jump, nitro
 
set, taxi, boost, jump, nitro
  
==External link==
+
== External link ==
* {{GTAF|262280|SA Memory handling}} - through the use of this opcode by {{U|Seemann}}
+
* {{GTAF|262280|SA Memory handling}}, asm injection through the use of this opcode by {{U|Seemann}}
 +
 
 +
[[Category:OpCodes]]

Revision as of 02:59, 4 December 2011

Vice City San Andreas


Description

Activates the taxi's boost jump and nitrous

Syntax

0572: set_taxi_boost_jump [int]

Parameter

[int]
Boolean (0 = deactivate, 1 = activate)

In Vice City, this opcode activates the taxi's boost jump. In San Andreas, this opcode activates both the boost jump and nitrous. Boost jump replaces the horn, which can be activated by pressing the horn key. This only works on the player's taxi. The opcode recognizes the following vehicles:

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