1
0
Fork 0
forked from Simnation/Main
Propfix Nordi
This commit is contained in:
Max 2025-06-12 15:29:08 +02:00
parent 42fb95d4ba
commit 2c6da53b8e
152 changed files with 5374 additions and 540 deletions

View file

@ -80,7 +80,7 @@ QBCore.Functions.CreateCallback('roadphone:valet:checkMoney', function(source, c
TriggerClientEvent("roadphone:sendNotification", source, {
apptitle = "APP_VALET_NAME",
title = "APP_VALET_CAR_ONTHEWAY",
img = "/public/img/Apps/valet.jpg"
img = "/public/img/Apps/light_mode/valet.webp"
})
discordLog("9807270", "Valet", xPlayer.PlayerData.name .. ' ' .. Lang:t('info.valet_car_delivered_2', { value = Config.ValetDeliveryPrice }), 'RoadPhone - Valet', nil, Cfg.ValetWebhook)
@ -90,7 +90,7 @@ QBCore.Functions.CreateCallback('roadphone:valet:checkMoney', function(source, c
TriggerClientEvent("roadphone:sendNotification", source, {
apptitle = "APP_VALET_NAME",
title = "APP_VALET_NOTENOUGHMONEY",
img = "/public/img/Apps/valet.jpg"
img = "/public/img/Apps/light_mode/valet.webp"
})
cb(false)