mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-17 05:56:02 +01:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
949363c76a | ||
|
|
d21f4b22b5 |
@@ -192,6 +192,21 @@ local societyFunc = {
|
||||
end,
|
||||
},
|
||||
|
||||
{ bankName = "wasabi_banking",
|
||||
getAccount =
|
||||
function(society)
|
||||
return exports['wasabi_banking']:GetAccountBalance(society, 'society')
|
||||
end,
|
||||
chargeSociety =
|
||||
function(society, amount)
|
||||
exports['wasabi_banking']:RemoveMoney('society', society, amount)
|
||||
end,
|
||||
fundSociety =
|
||||
function(society, amount)
|
||||
exports['wasabi_banking']:AddMoney('society', society, amount)
|
||||
end,
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user