Difference between revisions of "03C5"
Jump to navigation
Jump to search
(lcs list) |
m (page updates) |
||
Line 1: | Line 1: | ||
− | {{Icon|trilogy}} | + | {{Icon|trilogy}} '''CREATE_RANDOM_CAR_FOR_CAR_PARK''' |
<hr /> | <hr /> | ||
<onlyinclude>{{#ifeq:{{{transcludesection|opcode}}}|opcode| | <onlyinclude>{{#ifeq:{{{transcludesection|opcode}}}|opcode| | ||
Line 21: | Line 21: | ||
}}</onlyinclude> | }}</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" | | | valign="top" | | ||
− | ===GTA III=== | + | === GTA III === |
− | {| | + | {| class="wikitable sortable" |
! ID | ! ID | ||
! Name | ! Name | ||
Line 88: | Line 88: | ||
|} | |} | ||
| valign="top" | | | valign="top" | | ||
− | ===Vice City=== | + | === Vice City === |
− | {| | + | {| class="wikitable sortable" |
! ID | ! ID | ||
! Name | ! Name | ||
Line 178: | Line 178: | ||
|} | |} | ||
| valign="top" | | | valign="top" | | ||
− | ===Liberty City Stories=== | + | === Liberty City Stories === |
− | {| | + | {| class="wikitable sortable" |
! ID | ! ID | ||
! Name | ! Name | ||
Line 241: | Line 241: | ||
|} | |} | ||
|} | |} | ||
− | ==Keywords== | + | == Keywords == |
create, car, vehicle, random, carpark | create, car, vehicle, random, carpark | ||
[[Category:OpCodes]] | [[Category:OpCodes]] |
Revision as of 19:44, 27 December 2014
CREATE_RANDOM_CAR_FOR_CAR_PARK
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 spawns a random car at a location. The car acts like a parked car once it is spawned, so if you leave the car alone it would disappear, and jacking it near the police will make you wanted. 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
|
Liberty City Stories
|
Keywords
create, car, vehicle, random, carpark