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

Networkcash::networkEarnFromRockstar

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

This merely adds an entry in the Network Transaction Log;
it does not grant cash to the player (on PC).

Max value for amount is 9999999.

Syntax

<syntaxhighlight lang="javascript">mp.game.networkcash.networkEarnFromRockstar(amount);</syntaxhighlight>

Required Arguments

  • amount: int

Return value

  • Undefined

Example

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

See also

Шаблон:Networkcash s function c