[PAID] [STANDALONE] Experience system

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: ep_experience
Purchase: https://elpatron.tebex.io/package/5420259 (5€ + TAX)

Code is accessible Yes
Subscription-based No
Lines (approximately) ±300
Requirements Standalone
Support Yes
7 Likes

what is the difference?

2 Likes

Very easy, try to execute an event on my xp system dude. Check the code from the other and only seeing the backend u can see the events to trigger. Another reason is the resmon, my script is on 0.00

is this resource have max level display?

1 Like

If u want i can set it. Open ticket on my dc and i do it!

Strange to take money where there is a free Alternative:

1 Like

is there a working invite link I would like to create a ticket…

Hi, can you help me please I’ve just purchased this and the examples you have given it’s not working it’s saying no such export GetExperience in ep_experience