Page cover image

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!


  1. Chat

  2. GTA


In Game Preview
No Permission For Global Change Permission Preview
Discord Logging Preview

# Config.lua

Config = {
    pedFrequency = 1.0, -- Default Pedestrian Density
    trafficFrequency = 1.0, -- Default Traffic Density
    NotifyType = 'Ox_lib', 
    notifyTime = 5000, -- Default notification time in milliseconds
    npcPermission = "NPC-Manager", -- ACE permission for the NPC command
    globalChangePermission = "NPC-Global.Change", -- ACE permission for the Global NPC Change
    WebHookLogging = false, -- Enable/Disable Discord WebHook Logging
    WebHookURL = "" -- The URL for the Discord webhook
}

return Config

Last updated