CS_SAVESTATUS

A lightweight system for saving player status. Handles periodic updates, optional injury animations, and debug logging.


Installation

start cs_savestatus

Configuration

Config.lua

chevron-rightConfig.luahashtag

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.


chevron-rightNoteshashtag
  • 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.


Support

If you have any further questions, open a ticket on our discord server: discord.gg/core-servicesarrow-up-right

Last updated