Config
Config = {}
Config.Framework = "QB" -- "ESX" for ESX | "QB" for QB Core
Config.Target = "QB" -- "OX" for Ox Target | "QB" for QB Target
Config.Notify = "OX" -- "ESX" for ESX | "QB" for QB Core | "OX" for OX_Lib Notify
Config.PrincipalCoords = vector3(-1566.54, 231.05, 60.15)
Config.PrincipalSize = vector3(0.65, 0.65, 1.25)
Config.PrincipalRotation = 25
Config.GuidanceCounselorCoords = vector3(-1564.89, 231.85, 60.14)
Config.GuidanceCounselorSize = vector3(0.65, 0.65, 1.25)
Config.GuidanceCounselorRotation = 25
Config.TeacherCoords = {
{ coords = vector3(-1559.97, 221.13, 60.15), size = vector3(0.65, 0.45, 1.25), rotation = 90 },
{ coords = vector3(-1593.32, 220.91, 60.14), size = vector3(0.65, 0.45, 1.25), rotation = 0 },
{ coords = vector3(-1561.61, 227.65, 64.15), size = vector3(0.65, 0.45, 1.25), rotation = 90 },
{ coords = vector3(-1560.32, 221.38, 64.15), size = vector3(0.65, 0.45, 1.25), rotation = 90 },
{ coords = vector3(-1559.7, 195.98, 64.15), size = vector3(0.65, 0.45, 1.25), rotation = 0 },
{ coords = vector3(-1593.31, 220.95, 64.15), size = vector3(0.65, 0.45, 1.25), rotation = 0 },
{ coords = vector3(-1586.39, 222.57, 64.15), size = vector3(0.65, 0.45, 1.25), rotation = 0 }
}
Config.DetentionZone = lib.zones.poly({
points = {
vec3(-1551.0, 207.1, 61.175),
vec3(-1547.9, 200.3, 61.175),
vec3(-1563.0, 193.5, 61.175),
vec3(-1565.9, 200.3, 61.175)
},
thickness = 4,
debug = false,
onEnter = onEnter,
onExit = onExit
})
Config.SchoolZone = lib.zones.poly({
points = {
vec3(-1505.4103, 226.3550, 68.0621),
vec3(-1565.4404, 246.6269, 68.0621),
vec3(-1615.6890, 294.6837, 68.0621),
vec3(-1672.2889, 282.8015, 68.0621),
vec3(-1757.7085, 234.9007, 68.0621),
vec3(-1814.4120, 167.5221, 68.0621),
vec3(-1774.1322, 121.7329, 68.0621),
vec3(-1720.6121, 102.3142, 68.0621),
vec3(-1636.1311, 149.9757, 68.0621),
vec3(-1534.5848, 199.1694, 68.0621)
},
thickness = 50,
debug = false,
onEnter = onEnter,
onExit = onExit
})
Config.DetentionZoneTeleportCoords = vector3(-1562.4974, 201.2052, 60.1451)
Config.Tasks = {
{ coords = vector4(-1552.1787, 204.5191, 60.1451, 303.0), type = "sweep" },
{ coords = vector4(-1559.4546, 197.5061, 60.1451, 203.5110), type = "sweep" },
{ coords = vector4(-1558.0133, 201.8192, 60.1451, 299.3637), type = "sweep" },
{ coords = vector4(-1558.2551, 199.5450, 60.1953, 112.0), type = "wipe_desk" },
{ coords = vector4(-1557.5667, 198.0007, 60.1452, 114.8173), type = "wipe_desk" },
{ coords = vector4(-1561.4777, 196.3414, 60.1452, 285.5315), type = "wipe_desk" },
{ coords = vector4(-1553.0590, 200.3098, 60.1452, 122.0103), type = "wipe_desk" },
{ coords = vector4(-1551.5404, 202.9172, 60.1452, 111.0221), type = "wipe_desk" },
{ coords = vector4(-1556.9543, 203.2666, 60.1451, 30.0210), type = "wipe_desk" },
{ coords = vector4(-1563.3405, 195.7894, 60.1452, 120.0), type = "wipe_board" },
{ coords = vector4(-1564.4404, 198.0636, 60.1452, 114.5519), type = "wipe_board" }
}
Config.Classrooms = {
{
class_id = 1,
class_name = 'Math',
points = {
vec3(-1587.5267, 217.5034, 65.3715),
vec3(-1602.1056, 210.5196, 65.3715),
vec3(-1604.8345, 216.5484, 65.3715),
vec3(-1590.1388, 223.3128, 65.3715)
}
},
{
class_id = 2,
class_name = 'Science',
points = {
vec3(-1565.0913, 222.2881, 61.175),
vec3(-1559.1926, 210.0671, 61.175),
vec3(-1553.8479, 212.8153, 61.175),
vec3(-1559.4860, 224.6668, 61.175)
}
},
{
class_id = 3,
class_name = 'English',
points = {
vec3(-1587.3755, 217.4695, 61.175),
vec3(-1602.3408, 210.0193, 61.175),
vec3(-1604.9764, 216.5206, 61.175),
vec3(-1590.3771, 223.3723, 61.175)
}
},
{
class_id = 4,
class_name = 'Gym',
points = {
vec3(-1658.5206, 235.7958, 63.7152),
vec3(-1673.4026, 269.7714, 63.7152),
vec3(-1722.1401, 245.1049, 63.7152),
vec3(-1706.5686, 212.7653, 63.7152)
}
},
{
class_id = 5,
class_name = 'Spanish',
points = {
vec3(-1565.9216, 200.3188, 65.5978),
vec3(-1562.7590, 193.5299, 65.5978),
vec3(-1548.7827, 200.0207, 65.5978),
vec3(-1551.1772, 206.9618, 65.5978)
}
}
}
Config.InteractSound = true
Config.SoundFile = 'school-bell'
Config.SoundVolume = 0.10
Config.BellSchedule = {
{
days = {2, 3, 4, 5, 6}, -- Days: 1 = Sunday, 2 = Monday, ..., 6 = Friday
time = "15:10", -- 3:10 PM
message = "Class Period 1 is starting. Please head to your classrooms."
},
{
days = {2, 3, 4, 5, 6},
time = "15:20", -- 3:20 PM
message = "Class Period 2 is starting. Please head to your classrooms."
},
{
days = {2, 3, 4, 5, 6},
time = "15:30", -- 3:30 PM
message = "Class Period 3 is starting. Please head to your classrooms."
},
{
days = {2, 3, 4, 5, 6},
time = "15:40", -- 3:40 PM
message = "Class Period 4 is starting. Please head to your classrooms."
},
{
days = {2, 3, 4, 5, 6},
time = "15:50", -- 3:50 PM
message = "Class Period 5 is starting. Please head to your classrooms."
},
{
days = {2, 3, 4, 5, 6},
time = "16:00", -- 4:00 PM
message = "School day has ended. Please head outside to the buses."
}
}
Config.SchoolTimes = {
{ day = 2, daystart = "15:00", dayend = "16:00" }, -- Monday
{ day = 3, daystart = "15:00", dayend = "16:00" }, -- Tuesday
{ day = 4, daystart = "15:00", dayend = "16:00" }, -- Wednesday
{ day = 5, daystart = "15:00", dayend = "16:00" }, -- Thursday
{ day = 6, daystart = "15:00", dayend = "16:00" }, -- Friday
}
Config.Strings = {
registration_title = 'Register Student',
registration_desc = 'Enter the ID of the player you wish to register as a student.',
registration_desc2 = 'Register a new student',
add_student = 'Student has been added to the system',
remove_student = 'Student has been removed from the system',
principal_menu_title = 'Principal Menu',
principal_menu_description = "Principal's Menu",
guidance_counselor_menu_title = 'Guidance Counselor Menu',
guidance_counselor_menu_description = "Guidance Counselor's Menu",
teacher_menu_title = 'Teacher Menu',
teacher_menu_description = "Teacher's Menu",
student_details_title = 'Student Details',
attendance_details_title = 'Attendance Details',
attendance_details_updated = 'Attendance has been updated',
attendance_details_failed = 'Attendance failed to update',
attendance_record_label = 'Total days attended: ',
tardiness_record_label = 'Total instances of tardiness: ',
tardiness_details_updated = 'Tardiness has been updated',
tardiness_details_failed = 'Tardiness failed to update',
change_grade_title = 'Change Grade',
change_grade_success = 'Grade has been updated',
change_grade_failed = 'Failed to Update Grade',
current_grade_label = 'Current Grade: ',
add_class_title = 'Add Class',
create_assignment_title = 'Create Assignment',
assignment_question_label = 'Question',
assignment_answer_label = 'Answer',
assignment_grade_label = 'Grade',
assignment_not_graded_label = 'Not Graded',
assignment_submit_success = 'Assignment submitted successfully',
assignment_create_success = 'Crreated Assignment',
assignment_submit_failure = 'Failed to submit assignment',
class_details_title = 'Class Details',
class_grade_label = 'Grade: ',
class_assignments_title = 'Assignments',
class_remove_success = 'Class has been removed',
class_add_success = 'Student has been added to the class',
class_add_failed = 'This student is already taking this class',
class_remove_failed = 'Failed to remove class',
enter_new_grade_label = 'Enter new grade',
detention_notification_title = 'Detention',
detention_notification_sent = 'Student has been sent to detention',
detention_notification_description = 'You have been sent to Detention. You must complete ',
detention_notification_remaining_tasks = ' tasks remaining.',
detention_task_sweep_label = 'Sweeping Floor',
detention_task_wipe_desk_label = 'Wiping Off Desk',
detention_task_wipe_board_label = 'Wiping Off Board',
school_bell_title = 'School Bell',
school_bell_description = 'Class Period is starting. Please head to your classrooms.',
school_start_notification = 'School is now in session.',
school_end_notification = 'School is now out of session.',
access_denied_notification = 'Access Denied',
access_denied_description = 'You can only view assignments for the class you are currently in.',
school_zone_enter = 'You have entered the school zone.',
school_zone_exit = 'You have left the school zone.',
}
---- Milos School ----
-- Config.PrincipalCoords = vector3(-1566.54, 231.05, 60.15)
-- Config.PrincipalSize = vector3(0.65, 0.65, 1.25)
-- Config.PrincipalRotation = 25
-- Config.GuidanceCounselorCoords = vector3(-1564.89, 231.85, 60.14)
-- Config.GuidanceCounselorSize = vector3(0.65, 0.65, 1.25)
-- Config.GuidanceCounselorRotation = 25
-- Config.TeacherCoords = {
-- { coords = vector3(-1559.97, 221.13, 60.15), size = vector3(0.65, 0.45, 1.25), rotation = 90 },
-- { coords = vector3(-1593.32, 220.91, 60.14), size = vector3(0.65, 0.45, 1.25), rotation = 0 },
-- { coords = vector3(-1561.61, 227.65, 64.15), size = vector3(0.65, 0.45, 1.25), rotation = 90 },
-- { coords = vector3(-1560.32, 221.38, 64.15), size = vector3(0.65, 0.45, 1.25), rotation = 90 },
-- { coords = vector3(-1559.7, 195.98, 64.15), size = vector3(0.65, 0.45, 1.25), rotation = 0 },
-- { coords = vector3(-1593.31, 220.95, 64.15), size = vector3(0.65, 0.45, 1.25), rotation = 0 },
-- { coords = vector3(-1586.39, 222.57, 64.15), size = vector3(0.65, 0.45, 1.25), rotation = 0 }
-- }
-- Config.DetentionZone = lib.zones.poly({
-- points = {
-- vec3(-1551.0, 207.1, 61.175),
-- vec3(-1547.9, 200.3, 61.175),
-- vec3(-1563.0, 193.5, 61.175),
-- vec3(-1565.9, 200.3, 61.175)
-- },
-- thickness = 4,
-- debug = false,
-- onEnter = onEnter,
-- onExit = onExit
-- })
-- Config.SchoolZone = lib.zones.poly({
-- points = {
-- vec3(-1505.4103, 226.3550, 68.0621),
-- vec3(-1565.4404, 246.6269, 68.0621),
-- vec3(-1615.6890, 294.6837, 68.0621),
-- vec3(-1672.2889, 282.8015, 68.0621),
-- vec3(-1757.7085, 234.9007, 68.0621),
-- vec3(-1814.4120, 167.5221, 68.0621),
-- vec3(-1774.1322, 121.7329, 68.0621),
-- vec3(-1720.6121, 102.3142, 68.0621),
-- vec3(-1636.1311, 149.9757, 68.0621),
-- vec3(-1534.5848, 199.1694, 68.0621)
-- },
-- thickness = 50,
-- debug = false,
-- onEnter = onEnter,
-- onExit = onExit
-- })
-- Config.DetentionZoneTeleportCoords = vector3(-1562.4974, 201.2052, 60.1451)
-- Config.Tasks = {
-- { coords = vector4(-1552.1787, 204.5191, 60.1451, 303.0), type = "sweep" },
-- { coords = vector4(-1559.4546, 197.5061, 60.1451, 203.5110), type = "sweep" },
-- { coords = vector4(-1558.0133, 201.8192, 60.1451, 299.3637), type = "sweep" },
-- { coords = vector4(-1558.2551, 199.5450, 60.1953, 112.0), type = "wipe_desk" },
-- { coords = vector4(-1557.5667, 198.0007, 60.1452, 114.8173), type = "wipe_desk" },
-- { coords = vector4(-1561.4777, 196.3414, 60.1452, 285.5315), type = "wipe_desk" },
-- { coords = vector4(-1553.0590, 200.3098, 60.1452, 122.0103), type = "wipe_desk" },
-- { coords = vector4(-1551.5404, 202.9172, 60.1452, 111.0221), type = "wipe_desk" },
-- { coords = vector4(-1556.9543, 203.2666, 60.1451, 30.0210), type = "wipe_desk" },
-- { coords = vector4(-1563.3405, 195.7894, 60.1452, 120.0), type = "wipe_board" },
-- { coords = vector4(-1564.4404, 198.0636, 60.1452, 114.5519), type = "wipe_board" }
-- }
-- Config.Classrooms = {
-- {
-- class_id = 1,
-- class_name = 'Math',
-- points = {
-- vec3(-1587.5267, 217.5034, 65.3715),
-- vec3(-1602.1056, 210.5196, 65.3715),
-- vec3(-1604.8345, 216.5484, 65.3715),
-- vec3(-1590.1388, 223.3128, 65.3715)
-- }
-- },
-- {
-- class_id = 2,
-- class_name = 'Science',
-- points = {
-- vec3(-1565.0913, 222.2881, 61.175),
-- vec3(-1559.1926, 210.0671, 61.175),
-- vec3(-1553.8479, 212.8153, 61.175),
-- vec3(-1559.4860, 224.6668, 61.175)
-- }
-- },
-- {
-- class_id = 3,
-- class_name = 'English',
-- points = {
-- vec3(-1587.3755, 217.4695, 61.175),
-- vec3(-1602.3408, 210.0193, 61.175),
-- vec3(-1604.9764, 216.5206, 61.175),
-- vec3(-1590.3771, 223.3723, 61.175)
-- }
-- },
-- {
-- class_id = 4,
-- class_name = 'Gym',
-- points = {
-- vec3(-1658.5206, 235.7958, 63.7152),
-- vec3(-1673.4026, 269.7714, 63.7152),
-- vec3(-1722.1401, 245.1049, 63.7152),
-- vec3(-1706.5686, 212.7653, 63.7152)
-- }
-- },
-- {
-- class_id = 5,
-- class_name = 'Spanish',
-- points = {
-- vec3(-1565.9216, 200.3188, 65.5978),
-- vec3(-1562.7590, 193.5299, 65.5978),
-- vec3(-1548.7827, 200.0207, 65.5978),
-- vec3(-1551.1772, 206.9618, 65.5978)
-- }
-- }
-- }
---- ipromx974 School ----
-- Config.PrincipalCoords = vector3(-1660.0839, 169.7374, 73.3992)
-- Config.PrincipalSize = vector3(0.65, 0.65, 1.25)
-- Config.PrincipalRotation = 120
-- Config.GuidanceCounselorCoords = vector3(-1642.4392, 189.1750, 55.7717)
-- Config.GuidanceCounselorSize = vector3(0.65, 0.65, 1.25)
-- Config.GuidanceCounselorRotation = 200
-- Config.TeacherCoords = {
-- { coords = vector3(-1653.3195, 166.5083, 61.7111), size = vector3(0.65, 0.45, 1.25), rotation = 200 }, -- Languages
-- { coords = vector3(-1642.6443, 168.4570, 61.7032), size = vector3(0.65, 0.45, 1.25), rotation = 200 }, -- General Culture
-- { coords = vector3(-1658.0182, 155.6841, 67.6341), size = vector3(0.65, 0.45, 1.25), rotation = 290 }, -- Music
-- { coords = vector3(-1634.2267, 160.7994, 68.0872), size = vector3(0.65, 0.45, 1.25), rotation = 25 }, -- Law
-- { coords = vector3(-1643.9928, 191.4274, 67.5195), size = vector3(0.65, 0.45, 1.25), rotation = 110 }, -- Art
-- { coords = vector3(-1665.8434, 173.2215, 67.6411), size = vector3(0.65, 0.45, 1.25), rotation = 300 }, -- Science
-- { coords = vector3(-1606.2380, 206.1313, 46.3688), size = vector3(0.65, 0.45, 1.25), rotation = 300 }, -- Theatre
-- { coords = vector3(-1638.0631, 158.4620, 55.7667), size = vector3(0.65, 0.45, 1.25), rotation = 200 }, -- Computer
-- { coords = vector3(-1639.1031, 117.4239, 49.4161), size = vector3(0.65, 0.45, 1.25), rotation = 30 }, -- Culinary Arts
-- { coords = vector3(-1673.2758, 140.4836, 55.8491), size = vector3(0.65, 0.45, 1.25), rotation = 20 }, -- Media
-- { coords = vector3(-1686.2111, 162.3991, 56.0802), size = vector3(0.65, 0.45, 1.25), rotation = 30 }, -- Auto Mechanic
-- { coords = vector3(-1670.5878, 163.9250, 51.6596), size = vector3(0.65, 0.45, 1.25), rotation = 110 }, -- Soccer
-- { coords = vector3(-1732.7114, 133.8647, 44.5026), size = vector3(0.65, 0.45, 1.25), rotation = 30 }, -- Basketball
-- }
-- Config.DetentionZone = lib.zones.poly({
-- points = {
-- vec3(-1653.7004, 188.3834, 62.5427),
-- vec3(-1643.8428, 193.0784, 62.5427),
-- vec3(-1647.3643, 200.6451, 62.5427),
-- vec3(-1657.0868, 196.0205, 62.5427)
-- },
-- thickness = 4,
-- debug = false,
-- onEnter = onEnter,
-- onExit = onExit
-- })
-- Config.SchoolZone = lib.zones.poly({
-- points = {
-- vec3(-1505.4103, 226.3550, 68.0621),
-- vec3(-1565.4404, 246.6269, 68.0621),
-- vec3(-1615.6890, 294.6837, 68.0621),
-- vec3(-1672.2889, 282.8015, 68.0621),
-- vec3(-1757.7085, 234.9007, 68.0621),
-- vec3(-1814.4120, 167.5221, 68.0621),
-- vec3(-1774.1322, 121.7329, 68.0621),
-- vec3(-1720.6121, 102.3142, 68.0621),
-- vec3(-1636.1311, 149.9757, 68.0621),
-- vec3(-1534.5848, 199.1694, 68.0621)
-- },
-- thickness = 50,
-- debug = false,
-- onEnter = onEnter,
-- onExit = onExit
-- })
-- Config.DetentionZoneTeleportCoords = vector3(-1654.5710, 191.1811, 61.8078)
-- Config.Tasks = {
-- { coords = vector4(-1651.3051, 196.9068, 61.8078, 25.4856), type = "sweep" },
-- { coords = vector4(-1648.0256, 197.3527, 61.8078, 301.7293), type = "sweep" },
-- { coords = vector4(-1649.9208, 193.7824, 61.8078, 13.6619), type = "sweep" },
-- { coords = vector4(-1652.5717, 193.7198, 61.8078, 294.6016), type = "wipe_desk" },
-- { coords = vector4(-1651.3214, 191.2741, 61.8078, 291.4188), type = "wipe_desk" },
-- { coords = vector4(-1648.0286, 195.7721, 61.8078, 314.4280), type = "wipe_desk" },
-- { coords = vector4(-1655.4751, 193.4871, 61.8078, 113.8431), type = "wipe_board" },
-- { coords = vector4(-1656.2419, 194.8672, 61.8078, 110.6647), type = "wipe_board" }
-- }
-- Config.Classrooms = {
-- {
-- class_id = 1,
-- class_name = 'Langauges',
-- points = {
-- vec3(-1653.1193, 168.4477, 62.8490),
-- vec3(-1662.7961, 163.8728, 62.8490),
-- vec3(-1658.5555, 154.7035, 62.8490),
-- vec3(-1648.9956, 159.3128, 62.8490)
-- }
-- },
-- {
-- class_id = 2,
-- class_name = 'General Culture',
-- points = {
-- vec3(-1644.7142, 169.1523, 62.6852),
-- vec3(-1635.8400, 173.0274, 62.6852),
-- vec3(-1630.6558, 162.8411, 62.6852),
-- vec3(-1639.8248, 158.5218, 62.6852)
-- }
-- },
-- {
-- class_id = 3,
-- class_name = 'Music',
-- points = {
-- vec3(-1653.0864, 168.4685, 68.5497),
-- vec3(-1663.5889, 163.5152, 68.5497),
-- vec3(-1656.2623, 147.7374, 68.5497),
-- vec3(-1645.7542, 152.7377, 68.5497)
-- }
-- },
-- {
-- class_id = 4,
-- class_name = 'Public Order',
-- points = {
-- vec3(-1645.7861, 171.4802, 68.6308),
-- vec3(-1635.0330, 176.3568, 68.6308),
-- vec3(-1628.0217, 161.2419, 68.6308),
-- vec3(-1638.3605, 156.4944, 68.6308)
-- }
-- },
-- {
-- class_id = 5,
-- class_name = 'Art',
-- points = {
-- vec3(-1656.9852, 195.2512, 68.6921),
-- vec3(-1645.9229, 200.2373, 68.6921),
-- vec3(-1639.2649, 184.4919, 68.6921),
-- vec3(-1649.5961, 179.2623, 68.6921)
-- }
-- },
-- {
-- class_id = 6,
-- class_name = 'Science',
-- points = {
-- vec3(-1656.7765, 176.1368, 68.7213),
-- vec3(-1667.6442, 171.0859, 68.7213),
-- vec3(-1670.5205, 178.2550, 68.7213),
-- vec3(-1678.5154, 174.5466, 68.7213),
-- vec3(-1682.1121, 183.1121, 68.7213),
-- vec3(-1664.3129, 191.3131, 68.7213)
-- }
-- },
-- {
-- class_id = 7,
-- class_name = 'Performing Arts',
-- points = {
-- vec3(-1608.5552, 212.4851, 46.6558),
-- vec3(-1626.0798, 194.6887, 46.6558),
-- vec3(-1616.2596, 172.4584, 46.6558),
-- vec3(-1594.3229, 182.3910, 46.6558)
-- }
-- },
-- {
-- class_id = 8,
-- class_name = 'Computer Class',
-- points = {
-- vec3(-1628.2739, 161.8759, 56.9518),
-- vec3(-1639.0221, 156.9553, 56.9518),
-- vec3(-1644.6298, 169.0920, 56.9518),
-- vec3(-1634.2408, 174.4651, 56.9518)
-- }
-- },
-- {
-- class_id = 9,
-- class_name = 'Culinary Arts',
-- points = {
-- vec3(-1657.5233, 132.3540, 50.4914),
-- vec3(-1645.4670, 106.4283, 50.4914),
-- vec3(-1623.3650, 115.8363, 50.4914),
-- vec3(-1638.3484, 140.1900, 50.4914)
-- }
-- },
-- {
-- class_id = 10,
-- class_name = 'Media',
-- points = {
-- vec3(-1673.7087, 152.5040, 57.2096),
-- vec3(-1668.5565, 141.3755, 57.2096),
-- vec3(-1660.8239, 145.0611, 57.2096),
-- vec3(-1657.0637, 136.8675, 57.2096),
-- vec3(-1662.3527, 134.3160, 57.2096),
-- vec3(-1659.4999, 127.6197, 57.2096),
-- vec3(-1673.6592, 121.4618, 57.2096),
-- vec3(-1675.9379, 128.1857, 57.2096),
-- vec3(-1685.2676, 123.4641, 57.2096),
-- vec3(-1689.3230, 132.1001, 57.2096),
-- vec3(-1677.2112, 137.7459, 57.2096),
-- vec3(-1682.1559, 148.5147, 57.2096)
-- }
-- },
-- {
-- class_id = 11,
-- class_name = 'Auto Mechanic',
-- points = {
-- vec3(-1678.8436, 163.3727, 57.2109),
-- vec3(-1696.6145, 213.1945, 57.2109),
-- vec3(-1716.7676, 203.8377, 57.2109),
-- vec3(-1690.0927, 158.0401, 57.2109)
-- }
-- },
-- {
-- class_id = 12,
-- class_name = 'Soccer',
-- points = {
-- vec3(-1658.4677, 179.8180, 52.3539),
-- vec3(-1648.4476, 158.4794, 52.3539),
-- vec3(-1664.5625, 150.7812, 52.3539),
-- vec3(-1674.4683, 172.4199, 52.3539)
-- }
-- },
-- {
-- class_id = 13,
-- class_name = 'Basketball',
-- points = {
-- vec3(-1690.3655, 168.4428, 45.1963),
-- vec3(-1677.2979, 138.2932, 45.1963),
-- vec3(-1722.6636, 97.0739, 45.1963),
-- vec3(-1745.9004, 146.9312, 45.1963)
-- }
-- }
-- }
Last updated