forked from Simnation/Main
Update
Propfix Nordi
This commit is contained in:
parent
42fb95d4ba
commit
2c6da53b8e
152 changed files with 5374 additions and 540 deletions
|
@ -27,7 +27,7 @@ AddEventHandler('roadphone:bank:transfer', function(number, amount)
|
|||
apptitle = 'APP_BANK_NAME',
|
||||
title = 'APP_BANK_NUMBER_NOT_FOUND_TITLE',
|
||||
message = 'APP_BANK_NUMBER_NOT_FOUND_MESSAGE',
|
||||
img = "/public/img/Apps/bank.png"
|
||||
img = "/public/img/Apps/light_mode/bank.webp"
|
||||
})
|
||||
return;
|
||||
end
|
||||
|
@ -39,7 +39,7 @@ AddEventHandler('roadphone:bank:transfer', function(number, amount)
|
|||
TriggerClientEvent("roadphone:sendNotification", src, {
|
||||
apptitle = 'APP_BANK_NAME',
|
||||
title = 'APP_BANK_SEND_MONEY_TO_YOURSELF_TITLE',
|
||||
img = "/public/img/Apps/bank.png"
|
||||
img = "/public/img/Apps/light_mode/bank.webp"
|
||||
})
|
||||
return;
|
||||
end
|
||||
|
@ -57,7 +57,7 @@ AddEventHandler('roadphone:bank:transfer', function(number, amount)
|
|||
TriggerClientEvent("roadphone:sendNotification", src, {
|
||||
apptitle = 'APP_BANK_NAME',
|
||||
title = 'APP_BANK_INVALID_INPUT',
|
||||
img = "/public/img/Apps/bank.png"
|
||||
img = "/public/img/Apps/light_mode/bank.webp"
|
||||
})
|
||||
return;
|
||||
end
|
||||
|
@ -67,7 +67,7 @@ AddEventHandler('roadphone:bank:transfer', function(number, amount)
|
|||
apptitle = 'APP_BANK_NAME',
|
||||
title = 'APP_BANK_NOT_ENOUGH_MONEY',
|
||||
message = 'APP_BANK_NOT_ENOUGH_MONEY_MESSAGE',
|
||||
img = "/public/img/Apps/bank.png"
|
||||
img = "/public/img/Apps/light_mode/bank.webp"
|
||||
})
|
||||
return;
|
||||
end
|
||||
|
@ -91,14 +91,14 @@ AddEventHandler('roadphone:bank:transfer', function(number, amount)
|
|||
apptitle = 'APP_BANK_NAME',
|
||||
title = 'APP_BANK_MONEY_SENT',
|
||||
message = Lang:t('info.bank_app_sent_money_text', { value = amount}),
|
||||
img = "/public/img/Apps/bank.png"
|
||||
img = "/public/img/Apps/light_mode/bank.webp"
|
||||
})
|
||||
|
||||
TriggerClientEvent("roadphone:sendNotification", targetplayer.PlayerData.source, {
|
||||
apptitle = 'APP_BANK_NAME',
|
||||
title = 'APP_BANK_MONEY_RECEIVED',
|
||||
message = Lang:t('info.bank_app_received_money_text', { value = QBCore.Shared.Round(endamount, 2)}),
|
||||
img = "/public/img/Apps/bank.png"
|
||||
img = "/public/img/Apps/light_mode/bank.webp"
|
||||
})
|
||||
|
||||
if amount >= Cfg.MinimumBankTransfer then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue