Returning to class selection - 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: Returning to class selection (
/showthread.php?tid=453273)
Returning to class selection -
iiFarrow - 24.07.2013
Hello, I have a problem where when you die it says "Returning to class selection after next death" how would I stop that from happening? Also when I click F4 it doesn't send me a message saying "Returning to class selection after next death". Thanks to anyone who can help me.
Re: Returning to class selection -
MP2 - 24.07.2013
Do you allow players to spawn via the 'Spawn' GUI button, or do you forcibly spawn them? If you forcibly spawn them, they will return back to class selection - it's a bug. Just SpawnPlayer() them again.
Re: Returning to class selection -
iiFarrow - 24.07.2013
Quote:
Originally Posted by MP2
Do you allow players to spawn via the 'Spawn' GUI button, or do you forcibly spawn them? If you forcibly spawn them, they will return back to class selection - it's a bug. Just SpawnPlayer() them again.
|
Thank you, that was indeed my problem.