# 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
  * Modify/Add new TextUI script.

<details>

<summary>List of Editable Files</summary>

<div><figure><img src="https://36113860-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1vEl4u37HzsUUsBP0oWM%2Fuploads%2FHxEHE5dlZb2yyrZeEJ5b%2FZrzut%20ekranu%202025-06-17%20060720.png?alt=media&#x26;token=b8f71a4e-872f-422d-bafc-ce9dfb426261" alt=""><figcaption></figcaption></figure> <figure><img src="https://36113860-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1vEl4u37HzsUUsBP0oWM%2Fuploads%2FfqSkWouwD4M7cqHfO58P%2FZrzut%20ekranu%202025-06-17%20060710.png?alt=media&#x26;token=cf090300-e90d-4f88-b180-9fc0f19f683e" alt=""><figcaption></figcaption></figure> <figure><img src="https://36113860-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1vEl4u37HzsUUsBP0oWM%2Fuploads%2FEEqInahZBiHE9w0XzMaW%2FZrzut%20ekranu%202025-06-17%20060702.png?alt=media&#x26;token=da748a2e-3bd0-4d1c-b8b3-7e5a6e701c63" alt=""><figcaption></figcaption></figure> <figure><img src="https://36113860-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1vEl4u37HzsUUsBP0oWM%2Fuploads%2Fw7qLUM6pSbSPmHYiJdeO%2FZrzut%20ekranu%202025-06-17%20060654.png?alt=media&#x26;token=bc79a661-d34b-4560-b6f0-446b7fc21959" 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)
```
