Difference between revisions of "014C"

From GTAMods Wiki
Jump to navigation Jump to search
 
(page updates)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<code>014C=2,%1d% %2d%</code><br>
+
{{OpCode
'''Description''': Sets a parked vehicle to generate<br>
+
| games      = {{Icon|t}}
'''Parameter 1''': Parked vehicle generator's handle<br>
+
| command    = SWITCH_CAR_GENERATOR
'''Parameter 2''': Integer (0 to 101)
+
| description = Switches the car generator
 +
| syntax1    = 014C: set_parked_car_generator [''car generator''] cars_to_generate_to [''int'']
 +
| p1t        = [''car generator'']
 +
| p1d        = The [[014B|handle of the car generator]]
 +
| p2t        = [''int'']
 +
| p2d        = 0 = off (default), {{hint|101|or any value other than 0}} = on
 +
| native      = [[SWITCH_CAR_GENERATOR]]
 +
}}
  
This opcode is required to generate a parked vehicle using [[014B]]. Parameter 2 is the percent chance of spawning the vehicle. A value of <i>0</i> means 0% chance of spawning. A value of <i>100</i> means 100% chance of spawning. Apparently you can put a value of <i>101</i>.
+
This opcode switches the car generator created using [[014B]], which is off by default. Oddly, an integer value less than 101 is meant to be a counter for the number of times the car generator spawns the vehicle before it stops spawning but a bug prevents this feature from working.
==Keywords==
+
 
parked, car, vehicle, generator
+
== Keywords ==
[[Category:OpCodes]]
+
set, parked, car, vehicle, generator, switch

Latest revision as of 05:15, 13 June 2016

GTA III Vice City San Andreas SWITCH_CAR_GENERATOR


Description
Switches the car generator
Syntax
014C: set_parked_car_generator [car generator] cars_to_generate_to [int]
Parameter
[car generator]
The handle of the car generator
[int]
0 = off (default), 101 = on
Native analog
SWITCH_CAR_GENERATOR

This opcode switches the car generator created using 014B, which is off by default. Oddly, an integer value less than 101 is meant to be a counter for the number of times the car generator spawns the vehicle before it stops spawning but a bug prevents this feature from working.

Keywords

set, parked, car, vehicle, generator, switch