Configuration

Trainer Model and Location

This is where the "boss" ped will spawn, this is the ped you third eye to get the menu open

Config.TrainerPed = {
    model = 's_m_y_barman_01',
    coords = vector3(-561.31, 280.67, 76.68),
    heading = 95.88
}

Student Models

These models are used for player students as well as opponents

Config.StudentModels = { -- note: these are also models for the ais the student fight against
    { model = 'a_m_m_beach_01', label = 'Beach Male 1' },
    { model = 'a_m_y_musclbeac_02', label = 'Beach Male 2' },
    { model = 'a_m_y_beach_03', label = 'Beach Male 3' },
    { model = 'mp_m_freemode_01', label = 'Basic Male' },
    { model = 'a_f_m_bodybuild_01', label = 'Body Build Female' },
    { model = 'a_f_m_beach_01', label = 'Beach Female 2' },
    { model = 'a_f_m_fatcult_01', label = 'Fat Female' },
    { model = 'mp_f_freemode_01', label = 'Basic Female' }
}

Arena Location

This is where youll choose where the students spawn before fighting, animations for training, etc, etc

Extra Configuration

These should all be pretty self explainatory

Last updated