Networkcash::networkDeleteCharacter

From RAGE Multiplayer Wiki
Revision as of 20:48, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

networkcash.networkDeleteCharacter(characterIndex, p1, p2);

Required Arguments

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

Return value

  • Undefined

Example

todo

See also

Template:Networkcash function c