Jump to content

Recommended Posts

Posted

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:

  1. Půjdeme do es_extended --> client --> functions.lua
  2. Vyhledáme si tuto funkci: function ESX.ShowNotification
  3. 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

  • Like 1
  • Confused 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...