Target System

💫 Interaction Types

1. 🤖 NPC Interactions

targetData = {
    coords = vector3(x, y, z),
    heading = 180.0,
    ped = 'a_m_y_business_03',
    scenario = 'WORLD_HUMAN_CLIPBOARD'
}

2. 📦 Prop Interactions

targetData = {
    coords = vector3(x, y, z),
    heading = 180.0,
    prop = 'prop_till_01'
}

3. 🎲 Zone Interactions

targetData = {
    coords = vector3(x, y, z),
    heading = 180.0,
    size = vector3(1.0, 1.0, 1.0)
}

📐 Distance Settings

maxDistance = 2.0  -- Interaction range

Targeted by Sahara Scripters - We aim to please, sometimes we even succeed

Last updated