Config
Collection of exports, Designed for easy integration with third-party scripts.
Client Exports
Show Notification
Show a notification with type,msg,duration
prims_Notification_show[required array ex:{msg="hello", type="success", time=5000}]
Hide specific notification
Hide a specific notification
prims_Notification_deleteHide all notifications
Hide all notifications
prims_Notification_delete_allKeybind
exports.prims_hud:prims_keybind_show({
key = "E",
title = "Inventory",
description = "Press E for open inventory"
})
--for hide:
exports.prims_hud:prims_keybind_hide()Last updated on