Skip to content

Commit 28ecfdd

Browse files
committed
docs(banking/exports): both AddMoneyToSociety and RemoveMoneyFromSociety are now available for all frameworks
1 parent ebe1aee commit 28ecfdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/banking/exports.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ print(json.encode(accountData))
7878
```
7979

8080

81-
### **ONLY FOR QBCORE** AddMoneyToSociety (server-side only)
81+
### AddMoneyToSociety (server-side only)
8282
Adds money to the specified society account. (It's meant to replace qb-banking `AddMoney` export)
8383

8484
**Parameters:**
@@ -91,7 +91,7 @@ Adds money to the specified society account. (It's meant to replace qb-banking `
9191
exports["s1n_banking"]:AddMoneyToSociety("police", 1000, "Paycheck")
9292
```
9393

94-
### **ONLY FOR QBCORE** RemoveMoneyFromSociety (server-side only)
94+
### RemoveMoneyFromSociety (server-side only)
9595
Removes money from the specified society account. (It's meant to replace qb-banking `RemoveMoney` export)
9696

9797
**Parameters:**

0 commit comments

Comments
 (0)