OX Event

Bilgilendirme

Oyunculara doğru/yanlış şeklinde soru sorup bilgilerini test edebileceğiniz, oyuncuları otomatik eleme sistemine dayalı bilgi yarışması etkinliği.

Kullanım

Yetkililer /oxmenu komutunu kullanarak menüye erişebilir


BZ = {}

BZ.NewQB = true

BZ.Perms = {
    ["god"] = true,
    ["admin"] = false,
}

BZ.BucketSystem = {
    Working = true,
    UserLimit = 50,
}

BZ.AskTime = 15 -- Second
BZ.AllNotif = true -- Notifies everyone when the O-X is opened and closed.

BZ.Target = {
    ['targetname'] = 'qb-target',
    ['pedModel'] = 's_m_m_movspace_01',
    ['pedCoords'] = {
        vector4(-6744.7, -7159.09, 6.92, 47.1), -- In OX
        vector4(-242.19, -327.95, 29.97, 278.95),
        vector4(-312.03, -2781.84, 5.0, 358.63),
    },
}

BZ.JoinCoords = {
    vector3(-6749.8, -7056.29, 6.92),
    vector3(-6761.33, -7069.84, 6.92),
    vector3(-6773.34, -7084.08, 6.95),
    vector3(-6786.51, -7100.16, 6.92),
}

BZ.LeaveCoord = {
    vector3(-6746.34, -7158.36, 6.92),
    vector3(-6851.73, -7070.39, 6.92),
    vector3(-6787.98, -6994.24, 6.92),
    vector3(-6683.3, -7083.16, 6.92),
}

Last updated