Networkcash::networkEarnFromRockstar: Difference between revisions
(yay) |
(yay) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
This merely adds an entry in the Network Transaction Log; <br>it does not grant cash to the player (on PC).<br><br>Max value for amount is 9999999.==Syntax==<syntaxhighlight lang="javascript">networkcash.networkEarnFromRockstar(amount);</syntaxhighlight>=== Required Arguments ===*'''amount:''' int===Return value===*'''Undefined'''==Example==<syntaxhighlight lang="javascript">todo</syntaxhighlight>==See also=={{ | This merely adds an entry in the Network Transaction Log; <br>it does not grant cash to the player (on PC).<br><br>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}} | |||
[[Category:Clientside API]] | |||
[[Category:TODO: Example]] | |||
Latest revision as of 21:27, 6 May 2017
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
mp.game.networkcash.networkEarnFromRockstar(amount);
Required Arguments
- amount: int
Return value
- Undefined
Example
// todo