Gestão da sociedade para ESX. Adiciona gerenciamento de funcionários (contratar, demitir, promover / rebaixar, alterar salário), contas bancárias da sociedade e lavagem de dinheiro. É crucial que esse script seja iniciado antes que todos os recursos que utilizam as sociedades o façam; caso contrário, muitas coisas darão errado.
Usando fvm
fvm install --save --folder=esx esx-brasil/esx_society
cd resources
git clone https://github.com/ESX-Brasil/esx_society [esx]/esx_society
- Download https://github.com/ESX-Brasil/esx_society/archive/master.zip
- Coloque no diretório
[esx]
- Importe
esx_society.sql
no seu banco de dados - Adicione isso no seu
server.cfg
:
start esx_society
A ESX Society trabalha com contas adicionais denominadas 'society_xxx', por exemplo 'society_taxi' ou 'society_realestateagent'. Se você classificar como chefe, o dinheiro da sociedade será exibido em seu hud.
local society = 'taxi'
local amount = 100
TriggerServerEvent('esx_society:withdrawMoney', society, amount)
TriggerServerEvent('esx_society:depositMoney', society, amount)
TriggerServerEvent('esx_society:washMoney', society, amount)
TriggerEvent('esx_society:openBossMenu', society, function (data, menu)
menu.close()
end, {wash = false}) -- set custom options, e.g disable washing
esx_society - societies for ESX
Copyright (C) 2015-2020 ESXBrasil
This program Is free software: you can redistribute it And/Or modify it under the terms Of the GNU General Public License As published by the Free Software Foundation, either version 3 Of the License, Or (at your option) any later version.
This program Is distributed In the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty Of MERCHANTABILITY Or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License For more details.
You should have received a copy Of the GNU General Public License along with this program. If Not, see http://www.gnu.org/licenses/.