0010

From GTAMods Wiki
Revision as of 15:35, 11 October 2010 by Bnb (talk | contribs) (Created page with '{{OpCode | ini = 0010=2,%1d% *= %2d% | description = Multiplies an integer value with a global variable. | p1 = global variable | p2 = an integer valu…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

{{{games}}}


Description
Multiplies an integer value with a global variable.
Syntax
{{{syntax1}}}
Parameter

This opcode multiplies an integer value with the value of a specific global variable.

Sanny Builder Example

0010: $GS_GANG_CASH *= 100

Keywords

global, variable, integer value, multiply