Skip to content
This repository has been archived by the owner on Apr 18, 2022. It is now read-only.

gamz-skillsystem using GTA skills converted to QBCore

Notifications You must be signed in to change notification settings

Kingsage311/qb-skillz-old

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DO NOT USE! Deprecated Version moved to a new repo so issues can be opened. Most up to date version can be found here

qb-skillz converted from gamz-skillsystem by AJ months ago fixed it up for the updates

[ 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 qb-skillz to your server.cfg

[ How do I use it? ]

  • To open the menu you trigger following:
    exports["qb-skillz"]:SkillMenu()
  • To Update a skill you do following:
    exports["qb-skillz"]:UpdateSkill(skill, amount)

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

    exports["qb-skillz"]:UpdateSkill("Stamina", 2)
  • There is also an export to get the current skill if you were to do something from another script
    exports["qb-skillz"]:GetCurrentSkill(skill)

About

gamz-skillsystem using GTA skills converted to QBCore

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%