⚙️Exports

--TextUI
-- Any text within the [] will be detected as a key
exports['reaver_notify']:DrawText("[E] text")
exports['reaver_notify']:HideText()

--Notifications
exports['reaver_notify']:reaver_notify_showNotification("Badulaque Central esta abierto!", "success", 2000), 

The progressbar is still in beta so it may cause errors

exports['reaver_notify']:showProgressBar("Acción_Exitosa", {
    label = "Completando tarea...",
    duration = 5000,
    disableMovement = true,
    playAnimation = true,
    animDict = "anim@heists@ornate_bank@grab_cash",
    animName = "grab",
    animFlags = 49,
    useProp = true,
    propModel = "prop_cs_box_clothes",
    propCoords = {x = 0.0, y = 0.0, z = 0.0, w = 0.0}
})

Última actualización