Viper Posted February 20, 2023 Share Posted February 20, 2023 Co je potřeba: - OX_LIB (https://github.com/overextended/ox_lib) Jako první se ujistěte zda máte v fxmanifest.lua v es_extended tento řádek v sekci shared_scripts '@ox_lib/init.lua', Pokud máte, tak můžeme jít na výplaty. Začneme tím, že půjdeme do es_extended --> server --> paycheck.lua Zde budeme nahrazovat různé notifikace. Toto nahradíme: TriggerClientEvent('esx:showAdvancedNotification', player, TranslateCap('bank'), TranslateCap('received_paycheck'), TranslateCap('received_help', salary), 'CHAR_BANK_MAZE', 9) Tímto: TriggerClientEvent('ox_lib:notify', xPlayer.source, { title = 'Banka', icon= 'bank', position = 'top', description = 'Obdrželi jste výplatu ve výši ' ..salary..'$'}) Toto nahradíme: TriggerClientEvent('esx:showAdvancedNotification', player, TranslateCap('bank'), TranslateCap('received_paycheck'), TranslateCap('received_salary', salary), 'CHAR_BANK_MAZE', 9) Tímto: TriggerClientEvent('ox_lib:notify', xPlayer.source, { title = 'Banka', icon= 'bank', position = 'top', description = 'Obdrželi jste výplatu ve výši ' ..salary..'$'}) Toto nahradíme: TriggerClientEvent('esx:showAdvancedNotification', player, TranslateCap('bank'), TranslateCap('received_paycheck'), TranslateCap('received_salary', salary),'CHAR_BANK_MAZE', 9) Tímto: TriggerClientEvent('ox_lib:notify', xPlayer.source, { title = 'Banka', icon= 'bank', position = 'top', description = 'Obdrželi jste výplatu ve výši ' ..salary..'$'}) Toto nahradíme: TriggerClientEvent('esx:showAdvancedNotification', player, TranslateCap('bank'), TranslateCap('received_paycheck'), TranslateCap('received_salary', salary), 'CHAR_BANK_MAZE', 9) Tímto: TriggerClientEvent('ox_lib:notify', xPlayer.source, { title = 'Banka', icon= 'bank', position = 'top', description = 'Obdrželi jste výplatu ve výši ' ..salary..'$'}) Pokud by byl jakýkoliv problém, přikládám zde svůj starší paycheck.lua ze starší verze es_extended. paycheck.lua 1 Quote Link to comment Share on other sites More sharing options...
Azami Posted February 21, 2023 Share Posted February 21, 2023 Díky 🙂 Vše funguje jak má, ale skáče mi v konzoli tahle chyba, mám něco špatně? Quote Link to comment Share on other sites More sharing options...
Isigar Posted February 21, 2023 Share Posted February 21, 2023 9 minutes ago, Azami said: Díky 🙂 Vše funguje jak má, ale skáče mi v konzoli tahle chyba, mám něco špatně? Zkontroluj si či máš poslední verzi ox_lib Quote Link to comment Share on other sites More sharing options...
Azami Posted February 21, 2023 Share Posted February 21, 2023 Ano mám, Hlídám si veškeré aktualizace Quote Link to comment Share on other sites More sharing options...
Isigar Posted February 21, 2023 Share Posted February 21, 2023 1 minute ago, Azami said: Ano mám, Hlídám si veškeré aktualizace Zapínáš ox_lib před es_extended? Quote Link to comment Share on other sites More sharing options...
Azami Posted February 21, 2023 Share Posted February 21, 2023 Mám ho spuštěný za es_extended, Zkoušel jsem ho dát i před ale nepomohlo, Ale funguje jak má, Výplaty posílá i notify Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.