File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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)
8282Adds 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 `
9191exports [" s1n_banking" ]:AddMoneyToSociety (" police" , 1000 , " Paycheck" )
9292```
9393
94- ### ** ONLY FOR QBCORE ** RemoveMoneyFromSociety (server-side only)
94+ ### RemoveMoneyFromSociety (server-side only)
9595Removes money from the specified society account. (It's meant to replace qb-banking ` RemoveMoney ` export)
9696
9797** Parameters:**
You can’t perform that action at this time.
0 commit comments