Installation
TAGS SYSTEM script from https://store.devcore.cz/ Store Discord: https://discord.gg/zcG9KQj3sa
The script uses the escrow system
How to install the script
ensure devcore_tags in server.cfg after your framework
Setup configuration
Enjoy the Script
-- Permissions setup For ESX using group system (xPlayer.getGroup()) or with exports For QBCore/QBX/Standalone using ACE permissions in server.cfg or with exports
SERVER SIDE Exports -
--Active/Deactive Tags with permissions check exports['devcore_tags']:TagActiveWithCheck(source)
--Active/Deactive Tags without premissions check if you have own check local group = 'admin' exports['devcore_tags']:TagActiveWithoutCheck(source, group)
--Deactive Tags for deactivation it is possible to recall previous exports again exports['devcore_tags']:TagDeactive(source)
Last updated