# CS\_SAVESTATUS

* [Watch the preview](https://www.youtube.com/@core-services/videos)
* [Get the script](https://core-services.tebex.io/category/free)

***

## Installation

* [ ] Drag and drop into your resources folder
* [ ] Add to your `server.cfg`:

```
start cs_savestatus
```

* [ ] Configure all settings in `config.lua`.

***

## Configuration

### Config.lua

<details>

<summary>Config.lua</summary>

Controls the behavior of the save status system:

* **debug** – `true` / `false` – Prints debug information to the console for development.
* **UpdateInterval** – Time in milliseconds between automatic updates. Example: `60000` (1 minute).
* **Animation** – `true` / `false` – Enables injury animation when the player is injured.

</details>

***

<details>

<summary>Notes</summary>

* Lightweight and simple to integrate with ESX or other frameworks.
* Update interval can be adjusted to balance performance and data accuracy.
* Debug mode is recommended for testing, but should be disabled on production servers.

</details>

***

## Support

If you have any further questions, open a ticket on our discord server: [**discord.gg/core-services**](https://discord.gg/core-services)
