16.02.2018, 18:05
For the spawn buttons, you need to actually spawn the player using SpawnPlayer(playerid); in OnPlayerRequestClass, and then put the player into a custom Spawn Selection.
This will skip the original one and let you build your own Spawn Selection with TextDraws or however you want to do it.
For a custom spawn selection you must freeze the player, set the camera and block any callbacks (like commands) so the player cannot exit it/leave it etc, and also use a different Virtual World for every player so that 2 players in the Spawn Sel. cannot see each other.
This will skip the original one and let you build your own Spawn Selection with TextDraws or however you want to do it.
For a custom spawn selection you must freeze the player, set the camera and block any callbacks (like commands) so the player cannot exit it/leave it etc, and also use a different Virtual World for every player so that 2 players in the Spawn Sel. cannot see each other.

