OkokNotify

posted 12 hours ago 2 views 0 replies 10 Credits
SideEffect
0 Posts
15 Credits
N/A Since
#1 2 views 0 replies
okoknotify working 100 percent tested on qbcore framework , just extract and copy paste into your resources . if you want to make it your default notify do this go to

qb-core/client/functions.lua replace the function QBCore.Functions.Notify with the following one:


Copy
function QBCore.Functions.Notify(text, textype, length)
if textype == 'primary' then textype = 'info' end
local ttype = textype ~= nil and textype or "info"
local length = length ~= nil and length or 5000
exports['okokNotify']:Alert("", text, length, ttype)
end

No replies yet

You must be logged in to reply

Login Register