Difference between revisions of "0958"
Jump to navigation
Jump to search
m |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | < | + | {{Icon|SA}} '''CREATE_SNAPSHOT_PICKUP''' |
− | '''Description''': Creates a photo pickup | + | <hr /> |
− | ''' | + | '''Description''' |
− | '''Parameter | + | : Creates a photo pickup |
− | '' | + | '''Syntax''' |
− | '' | + | : 0958: [''var''] = create_photo_at [''flt1''] [''flt2''] [''flt3''] |
− | '' | + | '''Parameter''' |
+ | : [''flt1''] | ||
+ | :: X-coordinate | ||
+ | : [''flt2''] | ||
+ | :: Y-coordinate | ||
+ | : [''flt3''] | ||
+ | :: Z-coordinate | ||
+ | : [''var''] | ||
+ | :: Variable to store the handle of the pickup | ||
− | This creates a photo op pickup. The pickup can only be seen through a camera and it glows at night time. The only way to "pick" this up is to take a picture of it with a camera. The pickup will disappear after that and it gets recorded in stat 231. The total amount of snapshots taken depends on the amount of pickups you have placed. Taking a photo of one pickup gives you $100. Taking a photo of all the pickups will give you $10000. You can only take a picture of one pickup at a time. If the pickups are too close to each other, it will take the closest one. | + | This creates a photo op pickup. The pickup can only be seen through a camera and it glows at night time without the camera. The only way to "pick" this up is to take a picture of it with a camera. The pickup will disappear after that and it gets recorded in stat 231. The total amount of snapshots taken depends on the amount of pickups you have placed. Taking a photo of one pickup gives you $100. Taking a photo of all the pickups will give you $10000. You can only take a picture of one pickup at a time. If the pickups are too close to each other, it will take the closest one. |
− | + | == Keywords == | |
− | + | create, photo, op, snapshot, pickup | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | ==Keywords== | ||
− | create, photo, op, pickup | ||
[[Category:OpCodes]] | [[Category:OpCodes]] |
Latest revision as of 00:53, 20 November 2016
Description
- Creates a photo pickup
Syntax
- 0958: [var] = create_photo_at [flt1] [flt2] [flt3]
Parameter
- [flt1]
- X-coordinate
- [flt2]
- Y-coordinate
- [flt3]
- Z-coordinate
- [var]
- Variable to store the handle of the pickup
This creates a photo op pickup. The pickup can only be seen through a camera and it glows at night time without the camera. The only way to "pick" this up is to take a picture of it with a camera. The pickup will disappear after that and it gets recorded in stat 231. The total amount of snapshots taken depends on the amount of pickups you have placed. Taking a photo of one pickup gives you $100. Taking a photo of all the pickups will give you $10000. You can only take a picture of one pickup at a time. If the pickups are too close to each other, it will take the closest one.
Keywords
create, photo, op, snapshot, pickup