Difference between revisions of "03C5"
Jump to navigation
Jump to search
(added list) |
|||
Line 1: | Line 1: | ||
− | {{ | + | {{Icon|trilogy}} |
− | | | + | <hr /> |
− | + | <onlyinclude>{{#ifeq:{{{transcludesection|opcode}}}|opcode| | |
− | + | '''Description''' | |
− | + | : Creates a random, empty car meant for car parks | |
− | + | '''Syntax''' | |
− | + | : 03C5: create_random_car_for_carpark [''flt1''] [''flt2''] [''flt3''] [''flt4''] | |
− | + | '''Parameter''' | |
− | + | : [''flt1''] | |
− | + | :: X-coordinate | |
− | This creates a random car at a location. | + | : [''flt2''] |
+ | :: Y-coordinate | ||
+ | : [''flt3''] | ||
+ | :: Z-coordinate | ||
+ | : [''flt4''] | ||
+ | :: [[Angle]] | ||
+ | '''Native analog''' | ||
+ | : [[CREATE_RANDOM_CAR_FOR_CAR_PARK]] | ||
+ | |||
+ | This opcode creates a random car at a location. The car is instantly marked as no longer needed once it is spawned so if you leave the car alone, it would disappear. The opcode needs to be called again if you want to spawn another random car. Unfortunately, you cannot assign any flags to this car with this opcode. This opcode is mainly used in large carparks or parking lots. The cars it will spawn tends to be the ones already spawned on the streets. | ||
+ | }}</onlyinclude> | ||
==List of available cars== | ==List of available cars== | ||
The following is a list of all vehicles that can spawn with this opcode. | The following is a list of all vehicles that can spawn with this opcode. | ||
+ | {| | ||
+ | | valign="top" | | ||
===GTA III=== | ===GTA III=== | ||
{| {{prettytable}} class="sortable" | {| {{prettytable}} class="sortable" | ||
Line 75: | Line 87: | ||
| Rumpo | | Rumpo | ||
|} | |} | ||
− | + | | valign="top" | | |
===Vice City=== | ===Vice City=== | ||
{| {{prettytable}} class="sortable" | {| {{prettytable}} class="sortable" | ||
Line 165: | Line 177: | ||
| Greenwood | | Greenwood | ||
|} | |} | ||
− | + | |} | |
==Keywords== | ==Keywords== | ||
create, car, vehicle, random, carpark | create, car, vehicle, random, carpark | ||
+ | |||
+ | [[Category:OpCodes]] |
Revision as of 23:03, 22 February 2012
Description
- Creates a random, empty car meant for car parks
Syntax
- 03C5: create_random_car_for_carpark [flt1] [flt2] [flt3] [flt4]
Parameter
- [flt1]
- X-coordinate
- [flt2]
- Y-coordinate
- [flt3]
- Z-coordinate
- [flt4]
Native analog
This opcode creates a random car at a location. The car is instantly marked as no longer needed once it is spawned so if you leave the car alone, it would disappear. The opcode needs to be called again if you want to spawn another random car. Unfortunately, you cannot assign any flags to this car with this opcode. This opcode is mainly used in large carparks or parking lots. The cars it will spawn tends to be the ones already spawned on the streets.
List of available cars
The following is a list of all vehicles that can spawn with this opcode.
GTA III
|
Vice City
|
Keywords
create, car, vehicle, random, carpark