Step 1: Create the SpawnRegions file
pzserver_spawnregions.lua
function SpawnRegions()
return {
{ name = "Muldraugh, KY", file = "media/maps/Muldraugh, KY/spawnpoints.lua" },
{ name = "Riverside, KY", file = "media/maps/Riverside, KY/spawnpoints.lua" },
{ name = "Rosewood, KY", file = "media/maps/Rosewood, KY/spawnpoints.lua" },
{ name = "West Point, KY", file = "media/maps/West Point, KY/spawnpoints.lua" },
}
end
7. In the Advanced Server Settings add a line at the bottom of the field as follows: SpawnRegions=pzserver_spawnregions.lua
8. Save the file and restart the server