Spawn selector

This version includes a spawn selector system that will automatically work with your server as soon as you do the basic installation of Multicharacter.

Can we disable this system?

Yes, you can disable said system using Config.EnableDefaultSpawnSelector.

Will this system work with qb-apartments?

Yes, this system works with qb-apartments by default as long as the fxmanifest.lua line is running, which will be commented or uncommented in the asset.


Weather dependencies (optional)

These dependencies are completely optional, but they will add a magical touch to the spawn selection system.

These dependencies will be to manipulate the time and weather of the spawn selector, if you don't use them, nothing will happen, but they are a good advantage to give a unique style to the spawn selector.


Configure, edit or add more locations

Please, if you broke something here, just go back or contact a trusted developer.

You can edit this configuration to your liking, adding, removing or editing the default spawn locations, here we will leave the default configuration for reference.

Config.Spawns = {
    [1] = {
        camCoords = vector3(1151.57, -627.64, 65.27),
        spawnCoords = vector4(1127.14, -645.29, 55.79, 281.89),
        label = 'Mirror Park',
        address = 'Mirror Park Blvd',
    },
    [2] = {
        camCoords = vector3(-1011.8, -2714.38, 23.61),
        spawnCoords = vector4(-1037.8, -2737.82, 19.17, 325.98),
        label = 'Airport',
        address = 'New Empire Way',
    },
    [3] = {
        camCoords = vector3(-1249.22, -1469.2, 10.6),
        spawnCoords = vector4(-1265.34, -1481.28, 3.33, 286.73),
        label = 'Beach',
        address = 'Aguja St.',
    },
    [4] = {
        camCoords = vector3(1113.8, 2680.31, 46.42),
        spawnCoords = vector4(1138.84, 2672.44, 37.13, 89.32),
        label = 'Sandy Shores',
        address = 'Route 68',
    },
    [5] = {
        camCoords = vector3(176.68, 6555.92, 43.24),
        spawnCoords = vector4(159.59, 6587.62, 31.12, 187.2),
        label = 'Paleto Bay',
        address = 'Great Ocean Hwy',
    }
}

Last updated