addMoney
addMoney
Adds money to a player's balance.
Parameters
moneyType
- The type of money to add to ('cash'
,'bank'
,'dirty'
).source
- The player's server ID.amount
- The amount to add.reason
(optional)` - A reason to show in the player's notification.
Returns
Returns true
if successful.
Usage
- Lua
- Javascript
exports['FS-Lib']:addMoney('cash', source, 100, 'Job Payout')
exports['FS-Lib'].addMoney('cash', source, 100, 'Job Payout')