Config File
Config = Config or {}
-- _____ _______ _ _ _____ _ ____ _ _ ______
-- / ____|__ __|/\ | \ | | __ \ /\ | | / __ \| \ | | ____|
--| (___ | | / \ | \| | | | | / \ | | | | | | \| | |__
-- \___ \ | | / /\ \ | . ` | | | |/ /\ \ | | | | | | . ` | __|
-- ____) | | |/ ____ \| |\ | |__| / ____ \| |___| |__| | |\ | |____
--|_____/ |_/_/ \_\_| \_|_____/_/ \_\______\____/|_| \_|______|
Config.AdminLicenses = { -- Add the licenses of admins here
-- "license:b3b5e67d9eabc2f531e5dd07ef107e2b99d2a831",
"license:yyyyyyyyyyyyyyyyyyyyyyyyyyyyyy" --------EXAMPLE
}
Config.Command = 'blipcreator' -- Command to open the menu
Config.Keybind = 'F10' -- Default key for the keybind
Config.Text = {
openMenuDescription = "Open Blip Creator Menu",
createBlip = "Create a Blip",
createBlipDescription = "Add a new blip to the map",
manageBlips = "Manage Blips",
manageBlipsDescription = "View and delete created blips",
createBlipDialog = "Create a Blip",
blipNameLabel = "Blip Name",
blipNamePlaceholder = "Enter blip name",
blipSpriteLabel = "Blip Sprite",
blipSpritePlaceholder = "Enter blip sprite ID",
blipColorLabel = "Blip Color",
blipScaleLabel = "Blip Scale",
blipScalePlaceholder = "Enter scale (e.g., 0.8)",
deleteBlipDescription = "Remove this blip from the map and database",
deleteBlip = "Delete Blip",
blipDataError = "Error: Invalid blip data received",
blipCreationFailed = "Error: Failed to create blip on map for data:",
totalBlips = "Total blips on map: %d",
---NOTIFY
successfulnotif = "Blip Created successfully",
blipDeleted = 'Blip "%s" deleted successfully!',
noBlipsAvailable = "No blips available to manage!",
notAdmin = "You do not have permission to use this command!"
}
Last updated