SocietyHaveMoney
Check if the society account have that money
| Argument | Data Type | Needed | Default | Description |
|---|---|---|---|---|
Society | string | - | The society name | |
Amount | number | - | The amount of money to check |
Dont need to be called every frame
Returns
| Data Type | Description |
|---|---|
| boolean | If have or no the money |
Example
local have_money = SocietyHaveMoney("police", 500)