Browse docs
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 DiscordServer Exports
Server-side exports provided by sky_jobs_base for dispatch, tablet app registration, and more.
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.