Difference between revisions of "0776"

From GTAMods Wiki
Jump to navigation Jump to search
m
 
Line 1: Line 1:
 
{{OpCode
 
{{OpCode
| ini        = 0776=1,%1h%
+
| games      = {{Icon|SA}}
| description = Makes an object group appear
+
| command    = REQUEST_IPL
| p1          = [[Binary IPL]] file name without extension
+
| description = Makes the object group appear
| game        = [[San Andreas]]
+
| syntax1    = 0776: create_objects_in_object_group "[''string'']"
 +
| p1t        = [''string'']
 +
| p1d        = [[Binary IPL]] file name without extension
 
| native      = [[REQUEST_IPL]]
 
| native      = [[REQUEST_IPL]]
 
}}
 
}}
This opcode can make a group of objects defined in a binary IPL file to appear in the game. To make it disappear, use [[0777]].
 
  
==List of used Object Groups==
+
This opcode can make a group of objects defined in a binary IPL file to appear in the game. To make it disappear, use [[0777]]. The following is a list of object groups used in the original script.
The following is a list of object groups used by the game.
+
{|class="wikitable"
{| {{Prettytable}}
+
!Name
! Name
+
!Description
! Description
 
 
|-
 
|-
| BARRIERS1
+
|BARRIERS1
| Los Santos bridge barriers
+
|Los Santos bridge barriers
 
|-
 
|-
| BARRIERS2
+
|BARRIERS2
| San Fierro bridge barriers
+
|San Fierro bridge barriers
 
|-
 
|-
| CRACK
+
|CRACK
| Smoke's Crack Palace entrance
+
|Smoke's Crack Palace entrance
 
|-
 
|-
| CARTER
+
|CARTER
| Objects inside Smoke's Crack Factory before being blown up
+
|Objects inside Smoke's Crack Factory before being blown up
 
|-
 
|-
| TRUTHSFARM
+
|TRUTHSFARM
| Truth's crops
+
|Truth's crops
 
|}
 
|}
  
==Keywords==
+
== Keywords ==
create, object, objects, group
+
request, create, object, objects, group, ipl

Latest revision as of 03:51, 4 December 2016

San Andreas REQUEST_IPL


Description
Makes the object group appear
Syntax
0776: create_objects_in_object_group "[string]"
Parameter
[string]
Binary IPL file name without extension
Native analog
REQUEST_IPL

This opcode can make a group of objects defined in a binary IPL file to appear in the game. To make it disappear, use 0777. The following is a list of object groups used in the original script.

Name Description
BARRIERS1 Los Santos bridge barriers
BARRIERS2 San Fierro bridge barriers
CRACK Smoke's Crack Palace entrance
CARTER Objects inside Smoke's Crack Factory before being blown up
TRUTHSFARM Truth's crops

Keywords

request, create, object, objects, group, ipl