👤 NPC Settings
Configure the shop NPC appearance and location.
NPC Configuration
Config.NPC = {
enabled = true,
model = 's_m_m_movspace_01',
coords = vector4(146.1, -1035.5, 29.3, 250.0),
scenario = 'WORLD_HUMAN_CLIPBOARD',
interactionDistance = 2.5,
}Settings
| Option | Description |
|---|---|
enabled | Enable/disable the NPC |
model | Ped model name |
coords | Location (x, y, z, heading) |
scenario | Animation/scenario for the NPC |
interactionDistance | How close player must be to interact |
Popular NPC Models
| Model | Description |
|---|---|
s_m_m_movspace_01 | Space worker |
a_m_m_business_01 | Businessman |
s_f_y_shop_mid | Shop clerk |
cs_janet | Janet |
ig_molly | Molly |
Blip Configuration
Config.Blip = {
enabled = true,
sprite = 617,
color = 49,
scale = 0.8,
label = 'Donator Store',
}Interaction Options
Using Target System
Config.Interaction = {
system = 'auto', -- 'auto', 'ox_target', 'qb-target', 'textui'
label = 'Open Donator Store',
icon = 'fas fa-gift',
}Using TextUI
Config.Interaction = {
system = 'textui',
key = 'E',
label = '[E] Open Store',
}