Oskr
1
Hi guys,
Today, i’m sharing my taxi system with any features
Requires:
- EssentialMode
- VDK_Call (optionnaly)
- Model Menu (optionnaly)
- Jobs-Systems
- Banking
Download:
Installation:
PLEASE READ ALL CODE BEFORE YOU PUT IT AND SAY HE DOESN’T WORK !
- Add ‘sql.sql’ to your database
- Check “client.lua” for settings
- Check “server.lua” for settings
- Put the folder in your ressource !
- Do not forget to add “- taxi” in your “citmp-server.yml”
IN BANKING SERVER.LUA, ADD:
RegisterServerEvent('bank:withdrawFacture')
AddEventHandler('bank:withdrawFacture', function(amount)
TriggerEvent('es:getPlayerFromId', source, function(user)
local player = user.identifier
local bankbalance = bankBalance(player)
withdraw(player, amount)
local new_balance = bankBalance(player)
TriggerClientEvent("es_freeroam:notify", source, "CHAR_BANK_MAZE", 1, "Mystic Bank", false, "FACTURE TAXI - Nouveau Solde: ~g~$" .. new_balance)
TriggerClientEvent("banking:updateBalance", source, new_balance)
TriggerClientEvent("banking:removeBalance", source, amount)
CancelEvent()
end)
end)
Features:
- Take Service
- Service Menu
- Billing System
- Call System (With vdk_call)
- Service Car with bail
- Chest system (Money/Dirty Money/Laundering)
Next Version:
- MySQL Async
- Call System without Vdk_call
- Blips only in service
Screenshots:
I do not make support !
My others Projects :
http://mysticrp.16mb.com/
All texts are french because i’m french baguette
Crédits : @Kyominii
7 Likes
Thanks a lot you are best 
1 Like
Oskr
3
SQL Added to GitHub for chest
Hi ! i have an error, can you help me ?
do you use lalife ?
if yes , look on adress mysql :
require “resources/[essential]/essentialmode/lib/MySQL”
and not this : require “resources/essentialmode/lib/MySQL”
Really nice ! Thx you man, it work ! And yes i use LaLife.
1 Like
But i have another problem now, i don’t know if it’s me, the script work, but not the chest of enterprise.
And don’t forget to remplace if you don’t use es_freeroam:
es_freeroam:notify
by
citizenv:notify
in client.lua and on the add on bank/server.lua
Okay thank you i will test it, and you know for the call ? Where it is ? If i want to do in the phone menu ?
I have change this, but the chest doesn’t work.
try itinerance:notif
EDIT : for last update LaLife
Where ? And this is the error when i try to open the chest.
EDIT : Same error with itinirance:notif. This is the error when I try to check the money inside the chest.
Oskr
14
Have u got essentialmode ? i don’t use LaLife and for call , downlaod vdk_call
Oskr
15
For notify , replace “es_freeroam:notify” by “taxi:notify” 
Hello thanks for script !! 
La life is in async
La life have already vdk_call is not problem…
1 Like
Oskr
17
1 Like
Server.lua in Async and for La_LifeRP https://pastebin.com/1zX1H2Dm
3 Likes
Thanks walter, but for Dirty_money is good for you?
1 Like
come on pv im french i dont speak english ^^