Difference between revisions of "0109"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | + | {{OpCode | |
− | + | | ini = 0109=2,%1d% %2d% | |
− | + | | description = Adds the player's money | |
− | + | | p1 = Player handle | |
− | + | | p2 = Integer | |
− | + | | game = [[GTA 3]], [[Vice City]], [[San Andreas]] | |
− | Adds the value in the | + | | native = [[ADD_SCORE]] |
+ | }} | ||
+ | Adds the value in the second parameter to the player's current amount of money. Negative values work. In GTA 3 and Vice City, the minimum the player can hold is $0. In San Andreas, it can go below $0. | ||
==Keywords== | ==Keywords== | ||
player, add, money | player, add, money | ||
− | |||
− |
Revision as of 00:13, 15 January 2010
{{{games}}}
- Description
- Adds the player's money
- Syntax
- {{{syntax1}}}
- Parameter
- Native analog
- ADD_SCORE
Adds the value in the second parameter to the player's current amount of money. Negative values work. In GTA 3 and Vice City, the minimum the player can hold is $0. In San Andreas, it can go below $0.
Keywords
player, add, money