SA-MP Forums Archive
Error when dying - Help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Error when dying - Help (/showthread.php?tid=652762)



Error when dying - Help - Pluslegendary - 18.04.2018

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?






Re: Error when dying - Help - David (Sabljak) - 18.04.2018

OnPlayerRequestClass ?


Re: Error when dying - Help - Pluslegendary - 18.04.2018

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;
}



Re: Error when dying - Help - Sew_Sumi - 18.04.2018

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.


Re: Error when dying - Help - Pluslegendary - 18.04.2018

Helpme Please


Re: Error when dying - Help - Sew_Sumi - 19.04.2018

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


Re: Error when dying - Help - Pluslegendary - 19.04.2018

Delete OnPlayerRequestClass and continue the same


Re: Error when dying - Help - Sew_Sumi - 19.04.2018

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


Re: Error when dying - Help - Pluslegendary - 20.04.2018

Helpme


Re: Error when dying - Help - Sew_Sumi - 20.04.2018

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