Difference between revisions of "0572"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | + | {{OpCode | |
− | + | | ini = 0572=1,{{Hint|%1h%|parameter 1: integer}} | |
− | + | | description = Sets the taxi's boost jump and nitros | |
− | + | | 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 | ||
− | + | ==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
- GTAForums: SA Memory handling - through the use of this opcode by Seemann