Skip to main content

Stats::statIncrement

Syntax

```js mp.game.stats.statIncrement(statName, value); ```

Required Arguments

  • statName: Model hash or name
  • value: float

Return value

  • Undefined

Example

```js // todo ```

See also