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

Networkcash::networkDeleteCharacter

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

Note the 2nd parameters are always 1, 0. I have a feeling it deals with your money, wallet, bank. So when you delete the character it of course wipes the wallet cash at that time. So if that was the case, it would be eg, NETWORK_DELETE_CHARACTER(characterIndex, deleteWalletCash, deleteBankCash);

Syntax

<syntaxhighlight lang="javascript">mp.game.networkcash.networkDeleteCharacter(characterIndex, p1, p2);</syntaxhighlight>

Required Arguments

  • characterIndex: int
  • p1: Boolean
  • p2: Boolean

Return value

  • Undefined

Example

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

See also

Шаблон:Networkcash s function c