# rcore.cz

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.rcore.cz/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
