Difference between revisions of "0776"
Jump to navigation
Jump to search
m |
|||
| Line 1: | Line 1: | ||
{{OpCode | {{OpCode | ||
| − | | | + | | games = {{Icon|SA}} |
| − | | description = Makes | + | | 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]] | | 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]]. The following is a list of object groups used in the original script. | |
| − | The following is a list of object groups used | + | {|class="wikitable" |
| − | {| | + | !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
- 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