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

@ -124,14 +124,14 @@ if not Config.bcsCompanyManager then
TriggerClientEvent('roadphone:sendNotification', src, {
apptitle = 'APP_BILLING_NAME',
title = Lang:t('info.info.billing_paid') .. data[1].amount,
img = '/public/img/Apps/billing.png'
img = '/public/img/Apps/light_mode/billing.webp'
})
if SenderPly then
TriggerClientEvent('roadphone:sendNotification', SenderPly.PlayerData.source, {
apptitle = 'APP_BILLING_NAME',
title = Lang:t('info.info.billing_paid') .. data[1].amount,
img = '/public/img/Apps/billing.png'
img = '/public/img/Apps/light_mode/billing.webp'
})
end
end)
@ -166,12 +166,12 @@ elseif Config.bcsCompanyManager then
TriggerClientEvent('roadphone:sendNotification', src, {
apptitle = 'APP_BILLING_NAME',
title = Lang:t('info.billing_paid') .. amount,
img = '/public/img/Apps/billing.png'
img = '/public/img/Apps/light_mode/billing.webp'
})
TriggerClientEvent('roadphone:sendNotification', xTarget.PlayerData.source, {
apptitle = 'APP_BILLING_NAME',
title = Lang:t('info.billing_paid') .. amount,
img = '/public/img/Apps/billing.png'
img = '/public/img/Apps/light_mode/billing.webp'
})
TriggerClientEvent('roadphone:updatebilling', xPlayer.PlayerData.source)
@ -184,7 +184,7 @@ elseif Config.bcsCompanyManager then
TriggerClientEvent('roadphone:sendNotification', src, {
apptitle = 'APP_BILLING_NAME',
title = Lang:t('info.billing_nomoney') .. amount,
img = '/public/img/Apps/billing.png'
img = '/public/img/Apps/light_mode/billing.webp'
})
end
@ -194,7 +194,7 @@ elseif Config.bcsCompanyManager then
TriggerClientEvent('roadphone:sendNotification', src, {
apptitle = 'APP_BILLING_NAME',
title = Lang:t('info.billing_nomoney') .. amount,
img = '/public/img/Apps/billing.png'
img = '/public/img/Apps/light_mode/billing.webp'
})
end