Difference between revisions of "010A"

From GTAMods Wiki
Jump to navigation Jump to search
(New page: {{OpCode | ini = 010A=2, %1d% %2d% | description = Checks if the player has more than enough money | p1 = Player handle | p2 = Integer (money) | game = [[...)
 
m
Line 7: Line 7:
 
| native      = [[IS_SCORE_GREATER]]
 
| native      = [[IS_SCORE_GREATER]]
 
}}
 
}}
This conditional opcode returns true if the player's money is greater than the value.
+
This conditional opcode returns true if the player's money is greater than (but not equal to) the value.
  
 
==Keywords==
 
==Keywords==
 
player, check, money, greater, more, than
 
player, check, money, greater, more, than

Revision as of 20:48, 23 January 2010

{{{games}}}


Description
Checks if the player has more than enough money
Syntax
{{{syntax1}}}
Parameter
Native analog
IS_SCORE_GREATER

This conditional opcode returns true if the player's money is greater than (but not equal to) the value.

Keywords

player, check, money, greater, more, than