#i want create multiple random spawns on my server is this good code?

15 messages · Page 1 of 1 (latest)

heavy timber
#

You need a comma at the end of the last line

#
    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

normal frigate
#

thank u master

normal frigate
#

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

heavy timber
#

Where exactly are you writing this and which spawn point are you selecting?

normal frigate
#

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

heavy timber
#

You would need that to use the custom spawnpoints as far as I am aware