Difference between revisions of "03EC"

From GTAMods Wiki
Jump to navigation Jump to search
m
Line 8: Line 8:
  
 
This conditional opcode returns true if the military crane has collected all of the following vehicle models, listed in order of their [[CARS (IDE Section)|model index]]:
 
This conditional opcode returns true if the military crane has collected all of the following vehicle models, listed in order of their [[CARS (IDE Section)|model index]]:
* 97 (Firetruck)
+
{|class="wikitable sortable"
* 106 (Ambulance)
+
!{{Icon|3}} ||{{Icon|LCS}} ||Name
* 107 (Fbi Car)
+
|-
* 116 (Police)
+
|97 ||138 ||Firetruck
* 117 (Enforcer)
+
|-
* 122 (Rhino)
+
|106 ||147 ||Ambulance
* 123 (Barrack OL)
+
|-
 +
|107 ||148 ||Fbi Car/FBI Cruiser
 +
|-
 +
|116 ||157 ||Police
 +
|-
 +
|117 ||158 ||Enforcer
 +
|-
 +
|122 ||162 ||Rhino
 +
|-
 +
|123 ||163 ||Barracks OL
 +
|}
  
 
== Keywords ==
 
== Keywords ==
 
check, has, military, emergency, ev, crane, collect, collected, all, cars, vehicles
 
check, has, military, emergency, ev, crane, collect, collected, all, cars, vehicles

Revision as of 08:33, 18 July 2017

GTA III HAS_MILITARY_CRANE_COLLECTED_ALL_CARS


Description
Checks if the military crane has collected all vehicles
Syntax
03EC:   ev_crane_collected_all_cars
Parameter
none

This conditional opcode returns true if the military crane has collected all of the following vehicle models, listed in order of their model index:

GTA III Liberty City Stories Name
97 138 Firetruck
106 147 Ambulance
107 148 Fbi Car/FBI Cruiser
116 157 Police
117 158 Enforcer
122 162 Rhino
123 163 Barracks OL

Keywords

check, has, military, emergency, ev, crane, collect, collected, all, cars, vehicles