Just a small 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: Just a small question (
/showthread.php?tid=595277)
Just a small question -
Dragonic - 30.11.2015
You know that one bar that appear during skin selection that you use to select your skin?
So, is there a way to hide it?
Re: Just a small question -
DRIFT_HUNTER - 30.11.2015
You can use SetSpawnInfo and SpawnPlayer functions inside OnPlayerRequestClass.
And/or you can use TogglePlayerSpectating, but remember, once player is out of spectate mode, he will return to class selection (so again you will need to use SetSpawnInfo and SpawnPlayer)
Re: Just a small question -
Dragonic - 30.11.2015
But what those things do is just skip skin selection. I just want to hide the buttons, but keep the skin selection.
It's impossible w/o making my own skin selector?
Re: Just a small question -
UltraScripter - 30.11.2015
You can use mSelection to make skin list
Re: Just a small question -
Dragonic - 30.11.2015
mSelection?
Re: Just a small question -
UltraScripter - 30.11.2015
its include :
https://sampforum.blast.hk/showthread.php?tid=407045