⚙️Configuration

YM = {}
Config = {}
Config.Locale               = GetConvar('esx:locale', 'en')

YM.CardSytem  = 'none'  -- 'um-idcard' or 'sh-idcard' or 'none'

YM.Phone = 'gksphone'
YM.SendMailEvent = 'gksphone:NewMail'

YM.Itemblankcard = 'blank_card'
YM.DeliveryTime = {
    normalcard = 60,  -- 5 minutes in seconds 300
    fakecard = 60     -- 5 minutes in seconds 300
}

YM.FakeCard = {
    ActiveBlip = true,
    CardItem = 'id_card',   
    Model = 's_m_y_dealer_01',
    WorkCoords = vector3(707.02, -965.2, 30.41),
    WorkHeading  = 49.64,
    StartCoords = vector3(704.97, -961.94, 30.4),
    StartHeading = 299.68,
    PictureCoords = vector3(705.61, -963.82, 30.4),
    PictureHeading = 226.16,
    WorkTime = 10000,  -- 5 minutes
    Price = 1500 
}

YM.Peds = {
    [1] = {
        id = 1,
        ActiveBlip = true,
        CardItem = 'id_card',   
        Model = 's_m_y_cop_01',
        WorkCoords = vector3(439.12, -993.33, 30.69),
        WorkHeading  = 86.99,
        StartCoords = vector3(441.18, -981.04, 30.69),
        StartHeading = 171.53,
        PictureCoords = vector3(436.19, -993.27, 30.69),
        PictureHeading = 269.9,
        Price = 100 
    }
}

Last updated