Spawn at zero coordinates
#3

Quote:
Originally Posted by Kireykin
Посмотреть сообщение
Thanks for the help.
I want to do this:
The first spawn of the player: the player appears at certain coordinates.
The second and other spawns of the player: the player appears on coordinates from the database.
The problem is that at the first appearance, the player appears in zero coordinates.
To archieve this you could do something like:

PHP код:
New SpawnedPlayers 0;
switch(
SpawnedPlayers
{
  case 
0
  {
  
// first spawn
  
}
  case 
1
  {
  
// second spawn
  
}

SpawnedPlayers++; 
Reply


Messages In This Thread
Spawn at zero coordinates - by Kireykin - 20.04.2018, 17:01
Re: Spawn at zero coordinates - by Kireykin - 20.04.2018, 17:34
Re: Spawn at zero coordinates - by jasperschellekens - 20.04.2018, 17:40

Forum Jump:


Users browsing this thread: 1 Guest(s)