Networkcash::networkDeleteCharacter
Jump to navigation
Jump to search
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
mp.game.networkcash.networkDeleteCharacter(characterIndex, p1, p2);Required Arguments
- characterIndex: int
- p1: Boolean
- p2: Boolean
Return value
- Undefined
Example
// todo