Перейти к содержанию

Stats::statSetProfileSetting

Материал из RAGE MP Wiki Archive
Версия от 21:32, 6 мая 2017; imported>Marty uploader (yay)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Does not take effect immediately, unfortunately.

profileSetting seems to only be 936, 937 and 938 in scripts

Syntax

<syntaxhighlight lang="javascript">mp.game.stats.statSetProfileSetting(profileSetting, value);</syntaxhighlight>

Required Arguments

  • profileSetting: int
  • value: int

Return value

  • Undefined

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also