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

Isigar/relisoft_core

Repository files navigation

Archived repository

Currently working with our rcore team on complete new framework that will contain lot of these libraries but better. Do not use this code any more if you want you can always get one file from it like blips, 3dtext, marker and use it. This repository is only working for old ESX version.

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...