[QB/ESX] Realistic ID Card And Fake ID Card

A script by YM.SCRIPTS

No reviews yet.
[QB/ESX] Realistic ID Card And Fake ID Card main image

Full Description

FEATURES SCRIPT :
- ID CARD SYSTEM Allows Players to retrieve a new Id Card after losing it.
- Fake ID Card Allows Players to create a fake card with fake Information.
- Mission to get a Blank Card for Fake ID Card.

[QB] CONFIG :

YM = {}

YM.CardSytem  = 'none'  -- 'um-idcard', 'qb-idcard' or 'none'

YM.Itemblankcard = 'blank_card'

YM.Notify = 'qbcore'  -- 'qbcore', 'ox_lib', 'okoknotify'

YM.Phone = {
    name = 'qb-phone',  -- qb-phone, qs-smartphone, gksphone, highphone
    event = 'qb-phone:server:sendNewMail' -- QB, QS, HighPhone => qb-phone:server:sendNewMail  | GKSPHONE => gksphone:sendMessage
}

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

YM.FakeCard = {
    ActiveBlip = true,
    CardItem = 'id_card',  -- id_card or (for fnx-idcard = "documents")
    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',   -- Type of card : id_card, driver_license, weapon_license 
        Model = 's_m_y_cop_01',
        WorkCoords = vector3(439.05, -993.28, 30.69),
        WorkHeading  = 95.73,
        StartCoords = vector3(441.11, -981.03, 30.69),
        StartHeading = 180.39,
        PictureCoords = vector3(436.19, -993.37, 30.69),
        PictureHeading = 270.43,
        Price = 100 
    }
}

[ESX] CONFIG :

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 
    }
}

PREVIEW :
VIDEO

TEBEX STORE :
(https://ym-scripts.tebex.io/ )

REQUIREMENT ONLY ESX :
ox_inventory
ox_lib
ox_target
memorygame

REQUIREMENT ONLY QBCORE :
ox_lib
qb-target
memorygame

Code is accessible Non
Subscription-based Non
Lines (approximately) N/A
Requirements QBCore/ESX Framework
Support Yes 24/24