# Customization

## With the Editable files, you can:

* Add your own FRAMEWORK
* Modify functions, such as:
  * Modify/Add new notifications scripts.
  * Change the targeting system.
  * Customize fuel and vehicle key systems
  * Restrict usage of Sub Owner menu
  * Change Adding Sub owner payment method (E.X Server Itemshop system)
  * Modify/Add new TextUI script.
  * Players Search Engine

<details>

<summary>Editable Files</summary>

<div><figure><img src="https://36113860-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1vEl4u37HzsUUsBP0oWM%2Fuploads%2FYdQKUvA6owYpAPDHEtQ0%2FZrzut%20ekranu%202025-05-09%20223017.png?alt=media&#x26;token=8c03e4f9-2ec6-44d9-baab-9b52d94445e7" alt=""><figcaption></figcaption></figure> <figure><img src="https://36113860-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1vEl4u37HzsUUsBP0oWM%2Fuploads%2FcbM0mOYtpbnbQCJx2XSD%2FZrzut%20ekranu%202025-05-09%20223037.png?alt=media&#x26;token=7e43a9b3-8df6-462f-97cd-182fc8b0cbdc" alt=""><figcaption></figcaption></figure> <figure><img src="https://36113860-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1vEl4u37HzsUUsBP0oWM%2Fuploads%2FvuMY3ew4muGWJSqmiUUw%2FZrzut%20ekranu%202025-05-09%20223030.png?alt=media&#x26;token=daba20a5-fc27-470b-8025-10d6d6f2c137" alt=""><figcaption></figcaption></figure></div>

</details>

## You also gain access to the client-side functions of our library, such as:

```lua
SH.MarkNewCoords(coords, marker, floatingText, ped, exitEvent, pressEvent, additionalData)
```

```lua
SH.RemoveMarkedCoords(index)
```

```lua
SH.playAnim(dict, lib, index, prop, movement)
```

```lua
SH.CheckPermission(permissionName)
```

```lua
SH.fadeInEntity(entity, half)
```

```lua
SH.addBlip(coords, blipId, blipColor, blipLabel)
```

```lua
SH.EnumerateVehicles()
```
