Error when dying - Help
#1

Every time someone enters the server and dies, the SPAWN option appears and when it dies again, the option does not appear.

How could this be resolved so that when someone enters the server and dies, that option does not appear?



Reply
#2

OnPlayerRequestClass ?
Reply
#3

Quote:
Originally Posted by David (Sabljak)
Посмотреть сообщение
OnPlayerRequestClass ?
Код:
public OnPlayerRequestClass(playerid, classid)
{
	SetPlayerPos(playerid, 1958.3783, 1343.1572, 15.3746);
	SetPlayerCameraPos(playerid, 1958.3783, 1343.1572, 15.3746);
	SetPlayerCameraLookAt(playerid, 1958.3783, 1343.1572, 15.3746);
	return 1;
}
Reply
#4

Why do people just look at the pictures, or a couple of keywords then simply throw up the first thing that springs to their minds. He's trying to fix the spawn selection, not the camera...


OnPlayerRequestClass in this instance, shouldn't even be being called, so checking it is pointless as he's again, trying to skip the selection, and not have it turn up.
Reply
#5

Helpme Please
Reply
#6

If you aren't using class selection at all, then maybe put in the end of OnPlayerRequestClass SpawnPlayer(playerid)?
Reply
#7

Delete OnPlayerRequestClass and continue the same
Reply
#8

Quote:
Originally Posted by Pluslegendary
Посмотреть сообщение
Delete OnPlayerRequestClass and continue the same
That's probably not advisable...
Reply
#9

Helpme
Reply
#10

Quote:
Originally Posted by Pluslegendary
Посмотреть сообщение
Helpme
Stop spamming, do what's said, and report back... Otherwise, stop wasting peoples time.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)