Customization

The Sky Base library allows the customization of various aspects of the scripts. This documentation provides

Custom Help Notification

The help notification configuration is located in the sky_base/config/functions.lua file. You can customize the help notification by modifying the ShowHelpNotification function. The default configuration is as follows:

sky_base/config/functions.lua
function Functions.ShowHelpNotification(msg, key)
    if key == "E" then key = "~INPUT_CONTEXT~" end
    BeginTextCommandDisplayHelp("STRING")
    AddTextComponentSubstringPlayerName(key.." "..msg)
    EndTextCommandDisplayHelp(0, 0, 1, -1)
end

Implementation of images from other resources

To use images from other active scripts, you can reference them using the following syntax: nui://ox_inventory/web/images/imagename.png.

Support

Need help? Our support team is always ready to assist

Join Discord