[PAID] [STANDALONE] Experience system

A script by ElPatronDev

No reviews yet.
[PAID] [STANDALONE] Experience system main image

Price

Unknown

Full Description

Simple 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:

  • Activate/deactivate when in vehicle
  • Activate/deactivate when map is opened
  • Sounds and screen effects
  • Resmon 0.00
Images

image
image
image

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

Config Merger
Have you tried Config Merger? Merge your configs easily