[Solved] How do I take out the spawn selection?
#1

How can I make it that when a player dies it just auto spawns them, because on my server there is a stupid thing when they spawn, it has a left arrow '<<', a right arrow '>>', and the spawn button, to choose between characters, how can I take that off?
Reply
#2

Under OnPlayerDeath, you might have something that looks like
Код:
  ForceClassSelection(playerid);
. Delete it.
Reply
#3

It's not there, no where in the script.

Anyone else can help?
Reply
#4

pawn Код:
OnPlayerDeath(playerid)
{
SpawnPlayer(playerid);
}
Reply
#5

Quote:
Originally Posted by Torran
[pawn]OnPlayerDeath(playerid)
{
SpawnPlayer(playerid);
}[pawn]
Yea, that should work. Also, you forgot a "/", so it's not showing in pawno code
Reply
#6

Quote:
Originally Posted by Seif_
pawn Код:
new bool:Dead[MAX_PLAYERS] = {false, ...};
I have never worked with booleans, where do I add this?

Edit- Thank's alot, This fixed it, you rock =D
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)