Viper Posted February 20, 2023 Posted February 20, 2023 V nějakých překladech je i tak potřeba udělat změnu, jelikož esx využívá i barvy např. ~g~ atp. Co je potřeba: - OX_LIB (https://github.com/overextended/ox_lib) Návod: Půjdeme do es_extended --> client --> functions.lua Vyhledáme si tuto funkci: function ESX.ShowNotification Přepíšeme celou funkci na: function ESX.ShowNotification(Title, Message, Type, Position) lib.notify({ title = Title, description = Message, type = Type, position = "top" }) end Poté půjdete do fxmanifest.lua v es_extended kde si do shared_scripts sekce přidáte tento řádek: '@ox_lib/init.lua', Hotovo 1 1 Quote
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.