GE / extensions / core_multiSpawn
core_multiSpawnfunction createGroup(amount, params) -- creates a group array from a table of parametersfunction deleteVehicles(amount, groupName) -- deletes vehicles that were spawned via this systemfunction fitGroup(group, amount) -- fits a group to the given table sizefunction getInstalledVehicleData(params) -- gets all vehicles and creates the initial datafunction onSpawnCCallback(id)function placeGroup(vehIds, options) -- teleports a group of active vehicles into a new formationfunction setupVehicles(amount, shuffle, spawnMode, spawnGap) -- DEPRECATED, please use function spawnGroup insteadfunction setVehicleSpawnData(group, amount) -- parses and sets the vehicle data from the spawn groupfunction spawnedVehsToGroup(ignorePlayer) -- converts all currently spawned vehicles to a group array of vehicle datafunction spawnGroup(group, amount, options) -- spawns a given vehicle groupfunction spawnProcessedGroup(spawnData, spawnOptions) -- sets the spawn points of multiple vehiclesfunction placeGroup(vehIds, options) -- teleports a group of active vehicles into a new formationfunction vehIdsToGroup(vehIds) -- converts a list of vehicle ids to a group array of vehicle data