OnPlayerRequestClass Question - 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: OnPlayerRequestClass Question (
/showthread.php?tid=293127)
OnPlayerRequestClass Question -
4Brothers - 27.10.2011
Friends,
Iv looked this over and over and for some idiotic reason, I cannot figure it out.
When a player logs in on my script, they login, after they login its suppost to put the player to Class Selection, Or skin selector as many call it. It currently requires the player to press the left or right arrow to be moved to my SetPlayerPos and begin selecting their class.
Now it doesn't effect the operation, it works fine, I think I just missing something. How can I bypass pressing right and left arrow to go directly to Class selection.
Best Regards,
4B
I +rep for every good deed!
Re: OnPlayerRequestClass Question -
MP2 - 27.10.2011
Use TogglePlayerSpectating to hide the << >> SPAWN buttons and use SpawnPlayer to skip past it.
Re: OnPlayerRequestClass Question -
4Brothers - 27.10.2011
The toggle helped.... The SpawnPlayer wouldn't of, but Thanks for your help..
+rep@
Re: OnPlayerRequestClass Question -
DaRk_RaiN - 04.04.2013
Edit: SHHIT MASSIVE FAIL BUMP
Re: OnPlayerRequestClass Question -
SilverKiller - 04.04.2013
Quote:
Originally Posted by 4Brothers
The toggle helped.... The SpawnPlayer wouldn't of, but Thanks for your help..
+rep@
|
Use SetSpawnInfo Before SpawnPlayer.