# NPC Manager

The **NPC Manager Script** for FiveM is the one-stop solution for managing NPCs via in game, this script supports client sided changing, as well a global sided changing, This script has built in discord logging via webhooks (Optional) and has Ace Permissions!

***

<figure><img src="https://1417723968-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrRh5ewdSY4npjj2afCrn%2Fuploads%2FG7Ppyqch4zt8DljqHQgy%2Fimage.png?alt=media&#x26;token=8f310974-d6cb-4b38-9f82-09a8efba2c27" alt=""><figcaption></figcaption></figure>

1. [VeniceNotify](https://forum.cfx.re/t/codem-advancednotifysystem/4812202)
2. [OkOkNotify](https://forum.cfx.re/t/okoknotify-standalone-paid/3907758)
3. [Ox\_lib](https://github.com/overextended/ox_lib)
4. Chat
5. GTA

***

<figure><img src="https://1417723968-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrRh5ewdSY4npjj2afCrn%2Fuploads%2FcjHtQH2wOzZHLKnlKate%2FPreview.png?alt=media&#x26;token=5ffabc92-3a40-471e-9e58-daa4e56f7c4b" alt=""><figcaption></figcaption></figure>

<figure><img src="https://1417723968-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrRh5ewdSY4npjj2afCrn%2Fuploads%2FZPYvh5Rkb4cX6vJ0DWxu%2FScreenshot%202026-01-17%20085451.png?alt=media&#x26;token=e72b970d-7b7b-4ebe-9c97-d264feee5572" alt=""><figcaption><p>In Game Preview</p></figcaption></figure>

<div align="center"><figure><img src="https://1417723968-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrRh5ewdSY4npjj2afCrn%2Fuploads%2FvJAtd9o4XWN9C1iZVKQi%2FScreenshot%202026-01-17%20085410.png?alt=media&#x26;token=a0b27385-b812-4fc0-997d-21d5beaa5082" alt=""><figcaption><p>Preview For the Client / Global NPC Traffic / Ped Density</p></figcaption></figure></div>

<figure><img src="https://1417723968-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrRh5ewdSY4npjj2afCrn%2Fuploads%2Ff67Tpkcn5P8Je88S34bT%2FScreenshot%202026-01-17%20085428.png?alt=media&#x26;token=e1c5f2e3-e90f-4299-8585-8c6101354c96" alt=""><figcaption><p>Manage AI Emergency Service Menu</p></figcaption></figure>

<figure><img src="https://1417723968-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrRh5ewdSY4npjj2afCrn%2Fuploads%2FdSt6FizGUUZbXPsvHysP%2FScreenshot%202026-01-17%20085151.png?alt=media&#x26;token=541a2c81-7346-49fe-8812-fce6dca92bec" alt=""><figcaption><p>Global NPC Updates Discord Logging</p></figcaption></figure>

<figure><img src="https://1417723968-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrRh5ewdSY4npjj2afCrn%2Fuploads%2FVjTiDUV3NcyavVAguuZV%2FScreenshot%202026-01-17%20085304.png?alt=media&#x26;token=47ee2509-1731-431b-9d96-c95268ad2965" alt=""><figcaption><p>Emergency Service Toggle On Discord logging</p></figcaption></figure>

<figure><img src="https://1417723968-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrRh5ewdSY4npjj2afCrn%2Fuploads%2FCbB7s0qv9tGlOxAWVdFa%2FScreenshot%202026-01-17%20085258.png?alt=media&#x26;token=7a53954b-aba6-447d-8afe-b871c315bf62" alt=""><figcaption><p>Wanted Level System Toggle On Discord Logging</p></figcaption></figure>

<figure><img src="https://1417723968-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrRh5ewdSY4npjj2afCrn%2Fuploads%2FFJe5nAU0pKnuA2pyHrSO%2FScreenshot%202026-01-17%20085223.png?alt=media&#x26;token=21f50546-e8c3-41b2-a3cb-e89c59645740" alt=""><figcaption><p>Emergency Service Toggle Off Discord logging</p></figcaption></figure>

<figure><img src="https://1417723968-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrRh5ewdSY4npjj2afCrn%2Fuploads%2FPyorWP6eeWj0Q9EuZqyH%2FScreenshot%202026-01-17%20085211.png?alt=media&#x26;token=8926ba32-7337-4196-add0-eaec9b707c53" alt=""><figcaption><p>Wanted Level System Toggle On Discord Logging</p></figcaption></figure>

***

```lua
Config = {
-----------------------------------------------------------------------------------------------------
-- Default NPC Configurations
-----------------------------------------------------------------------------------------------------
pedFrequency = 1.0, -- Default Pedestrian Density
trafficFrequency = 1.0, -- Default Traffic Density
-----------------------------------------------------------------------------------------------------
-- Notification Configurations
-----------------------------------------------------------------------------------------------------
NotifyType = 'Ox_lib', -- Options: VeniceNotify, OkOkNotify, ADNotify, Ox_lib, Chat, GTA
notifyTime = 10000, -- Default notification time in milliseconds
-----------------------------------------------------------------------------------------------------
-- ACE Permission Configurations
-----------------------------------------------------------------------------------------------------
UseAcePermission = false, -- Enable/Disable ACE permissions
npcPermission = "", -- ACE permission for the NPC command
globalChangePermission = "", -- ACE permission for the Global NPC Change
globalwantedlevelPermission = "", -- ACE permission for the Global Wanted Level Change
-----------------------------------------------------------------------------------------------------
-- Discord Role Locking Configurations
-----------------------------------------------------------------------------------------------------
UseDiscordRoleLocking = true, -- Enable/Disable Discord role-based permissions via Badger Perms API
DiscordRoleMenuPermission = "DISCORDROLEID", -- Discord role ID for NPC menu access
DiscordRoleGlobalPermission = "DISCORDROLEID", -- Discord role ID for global config changes
DiscordRoleGlobalWantedLevelPermission = "1399219782422761632", -- Discord role ID for global wanted level changes
-----------------------------------------------------------------------------------------------------
-- Discord Logging Configurations
-----------------------------------------------------------------------------------------------------
WebHookLogging = true, -- Enable/Disable Discord WebHook Logging
WebHookURL = "Your webhook link" -- The URL for the Discord webhook
}

return Config
```

{% hint style="success" %}
Downloads

\[PAID | Open Source] [Official Store Link](https://arcticdevlabs.com/package/script?script=NPC-Manager)
{% endhint %}
