Customization
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:
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 DiscordIntroduction
sky_base is a crucial component for all Sky-Systems scripts, designed to enhance performance, streamline configuration, and provide a unified framework for easier management. This guide will introduce you to sky_base and walk you through its configuration and use.
Discord Webhooks
The Sky Base library allows integration with Discord through webhooks. This documentation provides details on how to configure Discord webhooks for various Sky-Systems scripts within the sky_base library.