Skip Skin Selection
#1

Hello, how to skip Skin Selection?
I enter the password, accept and i want spawn without skin selection.
Reply
#2

SpawnPlayer in OnPlayerRequestClass.
Reply
#3

Quote:
Originally Posted by pziemczyk
Hello, how to skip Skin Selection?
I enter the password, accept and i want spawn without skin selection.
Код:
SpawnPlayer(playerid);
Reply
#4

Doesnt work, i know that i need to use TogglePlayerSpectating but i dont know where and how.
Reply
#5

What do you mean it doesn't work and why would you have to use that?

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
  SpawnPlayer(playerid);
}
Reply
#6

Quote:
Originally Posted by radhakr
What do you mean it doesn't work and why would you have to use that?

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
  SpawnPlayer(playerid);
}
Dont work, still shows up skin selection but i cant spawn on click the button
Reply
#7

@UP
Reply
#8

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
  SetSpawnInfo(playerid, NO_TEAM, 256, 0.0, 0.0, 0.0, 0.0, 24, 1, 26, 1, 32, 1);
  SpawnPlayer(playerid);
  return 0;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)