Wert Blackmarket Phone
You can access the setup information you need about this product
INSTALLATION
LEVEL MAIL TRIGGER
-- Level mail example
-- Client side
TriggerServerEvent('wert-blackmarket:server:level-mail')
-- If you want create a addon code for the add level
-- Server side code
RegisterNetEvent('exampleaddlevelwertblackmarket', function()
local src = source
local ply = ESX.GetPlayerFromId(src)
if not ply then return end
ply.setMeta("wertblackmarketlevel", 100) -- 100 Example level if you want change your think
end)ITEM

CLIENT EXPORTS
SERVER EXPORTS
Last updated