Stats::statSetProfileSetting
Does not take effect immediately, unfortunately.
profileSetting seems to only be 936, 937 and 938 in scripts
Syntax
```js mp.game.stats.statSetProfileSetting(profileSetting, value); ```
Required Arguments
- profileSetting: int
- value: int
Return value
- Undefined
Example
```js // todo ```