- Katılım
- 3 yıl 7 ay 5 gün
- Mesajlar
- 117
- Discord
- yyusko
merhabalar!
5 dk'da yaptığım vorp inspired notify.
kullanımı gayet basit.
ekstra exportlar ile uğraşmanıza gerek yok direk qb-core'un function'u
aşağıya qb-core entregresini bırakıyorum.
qb-core/functions'lua'a girip, QBCore.Functions.Notify'i bulup alttaki kodu yapıştırıyosunuz.
function QBCore.Functions.Notify(text, texttype, length)
if texttype == nil then
texttype = "success"
end
if length == nil then
length = 7500
end
TriggerEvent('yNotification:send', {type = texttype, text = text, length = length})
end
Fotoğraf:
5 dk'da yaptığım vorp inspired notify.
kullanımı gayet basit.
ekstra exportlar ile uğraşmanıza gerek yok direk qb-core'un function'u
aşağıya qb-core entregresini bırakıyorum.
Linkleri,görmek için
Giriş yap veya üye ol.
qb-core/functions'lua'a girip, QBCore.Functions.Notify'i bulup alttaki kodu yapıştırıyosunuz.
function QBCore.Functions.Notify(text, texttype, length)
if texttype == nil then
texttype = "success"
end
if length == nil then
length = 7500
end
TriggerEvent('yNotification:send', {type = texttype, text = text, length = length})
end
Fotoğraf: