[Release][ESX] gamz-skillsystem

gamz-skillsystem



Streamable ( if video doesn’t embed )
Github

[ What is this? ]

  • A skillsystem based on GTA’s existing skills.

  • Very easy to configure, just check the config.

  • You can for example add this to your gym script to get stronger.

[ Functions ]

  • Skills displays in ESC -> Stats -> Skills

  • All the skills that is added by default have a unique “function”, for example if you run your stamina will increase by the time.

  • Depending on the skill level your character will perform the skill better, for example if your stamina is high you can run longer without getting exhausted.

  • Every Config.UpdateFrequency (seconds) it will remove the current RemoveAmount for that skill.

[ Installation ]

  • Download the resource and drop it to your resource folder.

  • Add start gamz-skillsystem to your server.cfg

[ How do I use it? ]

  • To open the menu you trigger following:

exports["gamz-skillsystem"]:SkillMenu()

  • To Update a skill you do following:

exports["gamz-skillsystem"]:UpdateSkill(skill, amount)

so if you were to add 2% to Stamina you do


exports["gamz-skillsystem"]:UpdateSkill("Stamina", 2)

  • There is also an export to get the current skill if you were to do something from another script

exports["gamz-skillsystem"]:GetCurrentSkill(skill)

31 Likes

Good Job :smile:

1 Like

Nice script.

1 Like

good job my man

1 Like

how to add to esx_gym?

As I mentioned you just do

exports["gamz-skillsystem"]:UpdateSkill(skill, amount)

where you want it to update.

A non ESX version would be cool.

1 Like

I need to add on server and client from gym? = exports[“gamz-skillsystem”]:UpdateSkill(skill, amount)

Awesome release! Good job!

1 Like

It’s client sided

Very nice script.
Whats the benefits of the other skills?
Thanks.

1 Like

Don’t really exactly what they do so I’ll redirect you to https://gta.fandom.com/wiki/Skills_(GTA_V)
NOTE: You do not obtain them as you do in singleplayer/multiplayer.

Honestly getting sick on all the ESX stuff :stuck_out_tongue:

Agreed.

what the key for appear the menu skills?

Well I work with ESX servers so that’s what I release. However I could make this independent in the future :slight_smile:

Please!!
I am sure people that use vRP would love to use this.

There is no key, you have to use the exported function.

1 Like

Great release, love it.
Thanks for it!

First of all! Nice script m8,
Second request please: Can you put the code on how to add it to a menu please??? like:

{label = _U(’???), value = ‘???’},