public static void SpawnOnSpawnPoint(this TSPlayer player)
 {
     player.Teleport(player.GetGamemodeSpawnPoint().X, player.GetGamemodeSpawnPoint().Y);
 }