# SA-CHARACTERKILL

This script removes the player’s character from DB. Don’t worry this script works with CitizenID so it doesn’t remove his other characters if there are any.

{% embed url="<https://www.youtube.com/watch?v=kLTqkNBu3cg>" %}
Preview
{% endembed %}

In default is the command

> /ck \[ID/CID] \[Player ID/CitizenID] | It removes the player’s character from DB. Whenever it doesn't matter if it is online or offline.\
> /wipe | It wipes whole server

#### Configuration <a href="#configuration-1" id="configuration-1"></a>

{% tabs %}
{% tab title="Config" %}
{% hint style="info" %}
You will find everything you need in config.lua
{% endhint %}

{% @github-files/github-code-block url="<https://github.com/Studio-PLAYERS/TEBEX-Doc/blob/main/SA-Characterkill/previews/config.lua>" %}
{% endtab %}

{% tab title="Locale" %}
{% hint style="info" %}
Language /locale/en.lua
{% endhint %}

{% @github-files/github-code-block url="<https://github.com/Studio-PLAYERS/TEBEX-Doc/blob/main/SA-Characterkill/previews/en.lua>" %}
{% endtab %}

{% tab title="Functions (Notify system)" %}
{% hint style="info" %}
To change notify system /server/functions.lua
{% endhint %}

{% @github-files/github-code-block url="<https://github.com/Studio-PLAYERS/TEBEX-Doc/blob/main/SA-Characterkill/previews/functions.lua>" %}
{% endtab %}
{% endtabs %}

**Features**

* Resmon - 0.00ms
* Configurable - locale/language, config (command)
* 0 Threads
* Easy-to-Configure!

We are using Asset Escrow system


---

# 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://studio-players.gitbook.io/studio-players/esx-scripts/sa-characterkill.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.
