Hi, i cant find a function, that disable spawning, when you currently new connected on a server
is a function that can disable the first spawn?
Hi, i cant find a function, that disable spawning, when you currently new connected on a server
is a function that can disable the first spawn?
This really depends on the gamemode and on what exactly you mean with “Disable the first spawn”
i try to make it in my gamemode, when someone joins he is directly alive, but i want to spawn them with a button (“enter world”), but there are already alive
If your gamemode sort of uses teams you could do the same as TTT and set the player to spectator when he joins the server.
Another way I’m thinking would be silently killing the player and using the
GM:PlayerDeathThink think hook until the player presses a button and sends a net message to the server allowing then the player to respawn.
i try out, ok it is working