Difference between revisions of "0776"
Jump to navigation
Jump to search
m |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | {{OpCode | |
− | + | | games = {{Icon|SA}} | |
− | '' | + | | command = REQUEST_IPL |
− | ''' | + | | 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 | + | 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" | |
− | + | !Name | |
− | The following is a list of object | + | !Description |
− | {| | + | |- |
− | ! Name | + | |BARRIERS1 |
− | ! Description | + | |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 | + | |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
- 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