Skip to content

sam-scripts/sam-npcs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

9 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿง NPC Spawner

Framework Resmon Dependencies

A lightweight, free, and open-source framework designed to spawn NPCs (peds) at specific locations with custom animations.

Download Now ยท Report Bug ยท Join Discord


๐Ÿ“– About This Resource

NPC Spawner gives you a robust base framework to populate your world. Whether you need a shopkeeper standing behind a counter or a construction worker digging at a site, this script handles the spawning and animation logic efficiently.


๐Ÿ’ป Technical Details

Feature Detail
Framework Standalone (Works on any server/framework)
Dependencies N/A
Performance (Idle) (Depending on amount of NPC's) 0.00ms
Support Discord

๐Ÿ› ๏ธ Configuration

Configuration is handled entirely in config.lua. You can add as many NPCs as you like by defining their model, coordinates, and animation settings.

Config = {}

Config.NPCs = {
    {
        model = "a_m_m_farmer_01",
        coords = vector4(123.4, 567.8, 90.0, 180.0),
        animation = {
            dict = "amb@world_human_gardener_plant@idle_a",
            anim = "idle_a"
        }
    },
}

About

FiveM NPC Spawner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages