Bypassing 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Bypassing Class Selection (
/showthread.php?tid=170890)
Bypassing Class Selection -
Anthonyx3' - 24.08.2010
How can i bypass the spawn botton and stuff at beginning? I want it so when you start up, it says register or login, when you do either it spawns you automatically, not having to click spawn.
Re: Bypassing Class Selection -
Wrath2k10 - 24.08.2010
Try this on "OnPlayerLogin"
return OnPlayerSpawn();
OnPlayerRequestSpawn();
1 of them
Re: Bypassing Class Selection -
playbox12 - 24.08.2010
Use dialog, then its a piece of cake
Re: Bypassing Class Selection -
Voldemort - 24.08.2010
When you press Login in dialog or /login in chat, use SpawnPlayer(playerid);