Esrar

Rehber


Config

qq_drugs
Config = {}

Config.BlackMoney = true -- for hold corner system
Config.PolisAyricalik = true -- Polisler laboratuvara kartsız girsin istiyorsan true kalsın, tam tersi durumda false yap.

Config.Weed = {
    entry = {
        coord = vector3(951.24, -1711.76, 30.92),
        intcoord = vector3(1066.0, -3183.48, -39.16),
        intheading = 88.2,
        entryheading = 86.5,
        text = "~INPUT_PICKUP~ [Kenevir] Laboratuvarı", 
        requiredItem = false,
        item = "labcard3", 
    },
    exit = {
        intcoord = vector3(1066.0, -3183.48, -39.16),
        coord = vector3(951.24, -1711.76, 30.92),
        heading = 254.92,
        text = "~INPUT_PICKUP~ Çıkış",
    },
    gatheringZone = {
        coords = {
            [1] = {coord = vector3(1057.56, -3196.76, -39.16), heading = 170.81},
            [2] = {coord = vector3(1062.92, -3190.92, -39.16), heading = 170.81},
            [3] = {coord = vector3(1051.44, -3204.0, -39.12), heading = 170.81},  

        },
        text = "~INPUT_PICKUP~ Ot Topla",      
        count = 1,
    },
    packageZone = {
        coords = {
            [1] = {coord =  vector3(1039.08, -3205.88, -37.72), heading = 83.31, rotx = -0.60, roty = 0.0, rotz = -1.4},
            [2] = {coord = vector3(1034.56, -3206.16, -37.68), heading = 83.31, rotx = -0.60, roty = 0.0, rotz = -1.4},
        },
        text = "~INPUT_PICKUP~ Otu Paketle",
        count = 5, 
        takeText = "~INPUT_PICKUP~ Eşyayı Al",
    }
}

Last updated