Price
UnknownA script by ElPatronDev
Price
UnknownSimple Experience system
A simple experience system for your Roleplay server, simple to use, optimized with a consumption of 0.00 and with a nice interface. You can use it for an infinite number of scripts, from universities, jobs, even for donations!
Features:



Usage:
RegisterNetEvent('test:event', function()
local src = source
local experience = exports['ep_experience']:GetExperience(src)
if experience.level >= 10 then
print('Higher or equal than level 10!')
else
print('Less than level 10')
end
end)
RegisterCommand('addxp', function(source, args)
local src = source
exports['ep_experience']:AddExperience(src, tonumber(args[1]))
end)
RegisterCommand('removexp', function(source, args)
local src = source
exports['ep_experience']:RemoveLevel(src, tonumber(args[1]))
end)
Preview: Watch ep_experience | Streamable
Purchase: https://elpatron.tebex.io/package/5420259 (5€ + TAX)
| Code is accessible | Yes |
| Subscription-based | No |
| Lines (approximately) | ±300 |
| Requirements | Standalone |
| Support | Yes |
See what others are saying about this script.
Share your experience and help others.