Difference between revisions of "0ADD"
Jump to navigation
Jump to search
(Created page with "{{OpCode | games = {{Icon|SA}} | command = SPAWN_VEHICLE_BY_CHEATING | description = Creates a vehicle with a particular model in front the player. Load models and s...") |
(include iii and vc) |
||
Line 1: | Line 1: | ||
{{OpCode | {{OpCode | ||
− | | games = {{Icon| | + | | games = {{Icon|t}} (with [[CLEO]]) |
− | + | | description = Spawns a vehicle of the specified model like a cheat | |
− | | description = | + | | syntax1 = 0ADD: spawn_car_with_model [''int''] like_a_cheat |
− | | syntax1 = 0ADD: | + | | p1t = [''int''] |
− | | p1t = '' | + | | p1d = Valid model index as defined in the [[CARS (IDE Section)|CARS section]] of the [[IDE]] file; also acceptable is model's [[DFF]] name with a hash character |
− | | p1d = | ||
}} | }} | ||
− | This opcode | + | This [[CLEO]] opcode spawns a vehicle of the specified model like a cheat. In GTA III and Vice City, the vehicle spawns on the nearest [[PATH|car path]] node. In San Andreas, it spawns in front of the player. Also in San Andreas, vehicles of type train are disallowed from being spawned. [[carcols.dat|Car colors]] are randomized. For CLEO v2.0.0.5 and below for GTA III, this opcode only works with the Rhino model. |
== Keywords == | == Keywords == | ||
− | spawn, vehicle, | + | spawn, car, vehicle, model, cheat, cheating |
+ | |||
+ | [[Category:CLEO Opcodes]] |
Latest revision as of 05:57, 4 August 2017
(with CLEO)
- Description
- Spawns a vehicle of the specified model like a cheat
- Syntax
- 0ADD: spawn_car_with_model [int] like_a_cheat
- Parameter
- [int]
- Valid model index as defined in the CARS section of the IDE file; also acceptable is model's DFF name with a hash character
This CLEO opcode spawns a vehicle of the specified model like a cheat. In GTA III and Vice City, the vehicle spawns on the nearest car path node. In San Andreas, it spawns in front of the player. Also in San Andreas, vehicles of type train are disallowed from being spawned. Car colors are randomized. For CLEO v2.0.0.5 and below for GTA III, this opcode only works with the Rhino model.
Keywords
spawn, car, vehicle, model, cheat, cheating