π―Target
Target Configuration
Config.Target = {
enabled = false,
resource = "ox_target",
}npc = {
name = "Mark",
hash = 0x18CE57D0, -- Hash of the NPC model
scenario = "WORLD_HUMAN_CLIPBOARD", -- Scenario/animation for the NPC
target = {
icon = "fas fa-shopping-basket", -- The icon to show with the target interaction (for ox_target)
label = "[E] - Supermarket 24/7", -- The label that will be shown over the NPC
distance = 2.0, -- Distance within which the interaction is possible
key = 38, -- The key used for interaction (38 corresponds to the [E] key)
}
}Last updated