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: Class Selection (
/showthread.php?tid=504004)
Class Selection -
AroseKhanNiazi - 01.04.2014
How to make it class selection delay when player join like i wan't that first it should show my text draws and when they end then class selection
Re: Class Selection -
Evocator - 01.04.2014
You need to toggle spectating mode when they connect (so they won't go to class selection) and set a timer for as long as you would like them to wait. Once the timer hits, turn off their spectating mode and they should return to class selection...
https://sampwiki.blast.hk/wiki/TogglePlayerSpectating
https://sampwiki.blast.hk/wiki/SetTimerEx
Re: Class Selection -
iThePunisher - 01.04.2014
it is simple
put first your textdraws in onplayerconnect and after the textdraws add class selection
Re: Class Selection -
AroseKhanNiazi - 01.04.2014
i think i get it