Fish System

Illegal Legal Fish And Sell System Completely Very Easy If You Don't Want to Urraşize Players Without The Need To Eat, The System For You, whether you want to sell the illegals in separate locations o

UI System

// Some code
    -- ox_target, veya qb-target systems
    Core = {
        Export = 'qb-core',
        Debug = false,
        UseOxTarget = true, -- true = ox-target, false = qb-target
    },

    NPCs = {
        Alis = {
            model = "s_m_m_migrant_01",
            coords = vector4(-1845.98, -1198.92, 18.19, 149.9)
        },
        Satis = {
            model = "s_m_m_strvend_01",
            coords = vector4(-1836.2, -1207.87, 13.3, 152.12)
        },
        -- New illegal fish sale NPC
        IllegalSatis = {
            enabled = true, -- true = active, false = passive
            separateNPCs = false, -- true = separate NPCs, false = single NPC
            model = "a_m_m_eastsa_02", -- Model for single NPC
            coords = vector4(-1840.42, -1234.5, 12.02, 313.15), -- Location for single NPC
            
            -- Settings for separate NPCs (used when separateNPCs = true)
            shark = {
                model = "a_m_m_eastsa_02",
                coords = vector4(-1842.79, -1200.41, 11.96, 236.34),
                label = "Köpekbalığı Alıcısı"
            },
            turtle = {
                model = "g_m_m_armboss_01",
                coords = vector4(-1847.79, -1196.41, 11.96, 236.34),
                label = "Kaplumbağa Alıcısı"
            }
        }
    },

Last updated