Difference between revisions of "0776"

From GTAMods Wiki
Jump to navigation Jump to search
m
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<code>0776=1,%1h%</code><br>
+
{{OpCode
'''Description''': Creates objects in an object group<br>
+
| games      = {{Icon|SA}}
'''Parameter 1''': Object group name<br>
+
| command    = REQUEST_IPL
'''Supports''': San Andreas<br>
+
| description = Makes the object group appear
 +
| syntax1    = 0776: create_objects_in_object_group "[''string'']"
 +
| p1t        = [''string'']
 +
| p1d        = [[Binary IPL]] file name without extension
 +
| native      = [[REQUEST_IPL]]
 +
}}
  
This opcode can create a group of pre-defined objects appear in the game. To make it disappear, use [[0777]].<br>
+
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.
 
+
{|class="wikitable"
==List of Object Group Names==
+
!Name
The following is a list of object group names used by the game.
+
!Description
{|
+
|-
! Name
+
|BARRIERS1
! Description
+
|Los Santos bridge barriers
 
|-
 
|-
| CRACK
+
|BARRIERS2
| Smoke's Crack Palace entrance
+
|San Fierro bridge barriers
 
|-
 
|-
| CARTER
+
|CRACK
| Objects inside Smoke's Crack Factory before being blown up
+
|Smoke's Crack Palace entrance
 
|-
 
|-
| FUKDCRAK
+
|CARTER
| I do not know what this is. It was used in the beta version of San Andreas. Using this crashes the game.
+
|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
 
 
[[Category:OpCodes]]
 

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