Main/resources/[housing]/qs-housing/server/custom/society/default.lua
2025-06-09 23:54:46 +02:00

16 lines
441 B
Lua

--[[
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 ~= 'none' then
return
end
function AddMoneyToSociety(src, societyName, societyPaid)
Debug('add money society trigggered')
return true
end