Signature
native rg_add_account(const index, amount, AccountSet:typeSet = AS_ADD, const bool:bTrackChange = true);
Description
Adds money to player's account.
Parameters
- index — Client index
- amount — The amount of money
- bTrackChange — If bTrackChange is 1, the amount of money added will also be displayed.
No return value