βQuestions
Frequently asked questions
shared_scripts {
--'@ox_lib/init.lua',
}shared_scripts {
'@ox_lib/init.lua',
}shared_scripts {
--'@es_extended/imports.lua',
}Last updated
Frequently asked questions
shared_scripts {
--'@ox_lib/init.lua',
}shared_scripts {
'@ox_lib/init.lua',
}shared_scripts {
--'@es_extended/imports.lua',
}Last updated
function notifyexample()
lib.notify({
title = 'Notify Example',
description = 'I will help you!',
type = 'success'
})
endfunction notifyexample()
exports['okokNotify']:Alert('Notify Example', 'I will help you!', 2000, 'success', true)
end