Skip to content
This repository has been archived by the owner on Oct 1, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 1.18 KB

readme.md

File metadata and controls

21 lines (16 loc) · 1.18 KB

rcore.cz

Our discord with more scripts: https://discord.gg/F28PfsY

The simple way to code with ESX. rcore is a framework that's the whole point is to simplify life to your developers and coders, you can imagine if you are creating your scripts, you always do the same thinks, create markers, check distances, check keypress and lot of more that you have to do at every single script, or using datastore, esx_addoninventory, addonaccount and always you have to look at some other script, how I can get datastore or account instance and functions... I really don't like creating code twice so I create rcore, its take of your solders all thinks that you have done at every script, now you can do the complex task with simple code, like register society, number or datastore with a single line of code.

What does rcore?

  • create distance markers
  • create blips
  • simplify esx_datastore
  • simplify esx_addonaccount
  • simplify esx_addoninventory
  • simplify esx_society
  • create simple discord API
  • complex command system using RegisterCommand (job, groups, rcon)
  • own camera API
  • simplify creating jobs & job grades
  • getting cached esx instance
  • and a lot more...