Setting up peds
1
2
Create control
How to Configure the Peds (NPCs)
The config.peds
table defines the NPCs that will be placed on the map, typically used as attendants, guides, or decorative characters in your system.
Each ped entry requires the following:
Parameters:
coords
: Avector4(x, y, z, heading)
that determines the NPC’s position and rotation in the world.name
: The ped model or hash name (e.g.,cs_marnie
,cs_nigel
, etc).anim
: The animation dictionary (e.g.,'anim@heists@heist_corona@single_team'
).dict
: The animation name within that dictionary (e.g.,'single_team_loop_boss'
).
Example:
💡 You can add as many NPCs as needed, just add more entries to the list.
Last updated