#i want create multiple random spawns on my server is this good code?
15 messages · Page 1 of 1 (latest)
return {
unemployed = {
{ worldX = 35, worldY = 37, posX = 70, posY = 83, posZ = 0 },
},
}
end```
This is the code as a base for the spawnpoints
So you need a comma at the end of the last worldx line, and even at the line below it
thank u master
without rotation for others
3 same places
i died like 6-7times and its set me in 3 same places @heavy timber
or maybe it works like its gives 3 places to respawn for one player and take next 3 for next player ? i dont know r_r
Where exactly are you writing this and which spawn point are you selecting?
so we just load to server and i dont have points to select i want to work it like random
but its looping around only 3 points
and spawn points are pickup around whole map
That would mean it's just loading the default ones, do you have the spawnregions.lua set up in the server folder?
You would need that to use the custom spawnpoints as far as I am aware