housing und dj
This commit is contained in:
parent
112c7b1761
commit
10a5d168d4
731 changed files with 506993 additions and 0 deletions
|
@ -0,0 +1,16 @@
|
|||
--[[
|
||||
Configurable company system, you can create multiple files
|
||||
and adapt them to your company system, these are the ones we recommend
|
||||
that we bring by default, but you can integrate others.
|
||||
|
||||
Enable Config.Debug to be able to see the log inside Debug.
|
||||
]]
|
||||
|
||||
if Config.Society ~= 'qb-management' then
|
||||
return
|
||||
end
|
||||
|
||||
function AddMoneyToSociety(src, societyName, societyPaid)
|
||||
Debug('Society system, id: ' .. src .. ', society name: ' .. societyName .. ', Paid: ' .. societyPaid)
|
||||
exports['qb-management']:AddMoney(societyName, societyPaid)
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue