Price
UnknownA script by micklk
Price
Unknown
Animations: Add custom animations with adjustable duration and cancel options.
Attach Props: Attach props to any bone with precise positioning.
Visual Effects: Apply stunning GTA visual effects with preview.
Walking Styles: Change player walking styles for a set duration.
Place Props: Place synced and networked props anywhere on the map.
Health & Armor: Restore health and armor values on use.
Hunger & Thirst: Increase food and drink stats effortlessly.
Commands: Execute custom commands automatically on item use.
Scenarios: Trigger GTA scenarios with duration control.
Clothes: Apply outfits for male and female peds easily.
Webhooks: Send detailed Discord notifications with screenshots.
Particles: Add GTA particle effects with scale options.
Superpowers: Enable super jump, godmode, invisibility, fast run, and teleport.
Restrictions: Set cooldowns, job restrictions, and usage zones.
Inventory Support: Compatible with ox_inventory, QB-Inventory, ESX_Inventory, Quasar Inventory…
Locales:

-- Add this on your server.cfg: add_ace identifier.discord:your_discord_id mic_items.open allow
Config = {}
Config.Framework = 'esx' -- 'esx' or 'qbcore'
Config.InventorySystem = 'ox' -- 'ox', 'esx', 'qb', or 'quasar'
Config.ImageRoute = 'nui://ox_inventory/web/images' -- Define the base image path
Config.EnableScreenshot = false -- Enable or disable screenshot functionality when Webhook is triggered
Config.ClearAnimationKey = 'X' -- Key to clear animations and props
Config.ClearPropKey = 'X' -- Key to clear animations and props
Config.Locale = "en" -- Actual languages: 'en', 'es', 'fr', 'de', 'it', 'pt', 'ru', 'pl', 'tr'
-- Notification System Configuration
Config.NotificationSystem = 'qb' -- Options: 'esx', 'qb', 'custom'
Config.Notify = function(source, message, type)
if Config.NotificationSystem == 'esx' then
TriggerClientEvent('esx:showNotification', source, message)
elseif Config.NotificationSystem == 'qb' then
TriggerClientEvent('QBCore:Notify', source, message, type or 'success')
elseif Config.NotificationSystem == 'custom' then
-- Example: TriggerClientEvent('your_custom_notification_event', source, message, type)
end
end
-- Status System Configuration
Config.StatusSystem = 'qb' -- Options: 'esx', 'qb', 'custom'
Config.Status = function(source, food, thirst)
if Config.StatusSystem == 'esx' then
if food > 0 then
TriggerEvent('esx_status:add', 'hunger', food * 10000)
end
if thirst > 0 then
TriggerEvent('esx_status:add', 'thirst', thirst * 10000)
end
elseif Config.StatusSystem == 'qb' then
if food > 0 then
TriggerServerEvent('QBCore:Server:SetMetaData', 'hunger', food)
end
if thirst > 0 then
TriggerServerEvent('QBCore:Server:SetMetaData', 'thirst', thirst)
end
elseif Config.StatusSystem == 'custom' then
-- Example: TriggerEvent('your_custom_status_event', food, thirst)
end
end
| Code is accessible | Config.lua & Styles |
| Subscription-based | No |
| Requirements | ESX/QBCORE/QBOX |
| Support | Yes |
See what others are saying about this script.
Share your experience and help others.