0% found this document useful (0 votes)
7 views1 page

Spawn Regions for Game Server App

This document outlines the spawn regions available for clients connecting to a server. It lists four predefined spawn locations in Kentucky, each associated with a specific file path. The administrator has the option to add more custom spawn regions as needed.

Uploaded by

Jhonatan Serrano
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views1 page

Spawn Regions for Game Server App

This document outlines the spawn regions available for clients connecting to a server. It lists four predefined spawn locations in Kentucky, each associated with a specific file path. The administrator has the option to add more custom spawn regions as needed.

Uploaded by

Jhonatan Serrano
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

-- This file was automatically generated when the server was first started.

-- Clients connecting to the server can choose to spawn in one of the following
spawn regions.
-- The administrator can add as many different spawn regions as he/she wants.
function SpawnRegions()
return {
{ name = "Muldraugh, KY", file = "media/maps/Muldraugh,
KY/[Link]" },
{ name = "West Point, KY", file = "media/maps/West Point,
KY/[Link]" },
{ name = "Rosewood, KY", file = "media/maps/Rosewood,
KY/[Link]" },
{ name = "Riverside, KY", file = "media/maps/Riverside,
KY/[Link]" },
-- Uncomment the line below to add a custom spawnpoint for this server.
-- { name = "Twiggy's Bar", serverfile = "servertest_spawnpoints.lua" },
}
end

You might also like