FAQ
How do I change the NPC animation?
local npc = exports['ata_core']:CreateNPCWithKey(
v.npc, -- NPC model
v.coordinates, -- Coordinates
v.heading, -- Heading
v.textUI, -- Interaction text
'ata_talktonpc:interact', -- Event name
v, -- Data
'client', -- Event type
'animation_type', -- Change this value
true -- Other settings
)How do I enable/disable the target system?
Can I set job restrictions?
How do I create complex dialogues?
Support
Last updated