How do I remove (<) (>) (SPAWN)? - 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: How do I remove (<) (>) (SPAWN)? (
/showthread.php?tid=574227)
How do I remove (<) (>) (SPAWN)? -
Dokins - 14.05.2015
The title says all, I hope you liked my drawing of how it looks.
I have a login dialog appear under OnPlayerConnect, how do I remove the options from below?
Basically, I think I'm sometimes having issues with the skin spawning etc and the character spawning incorrectly etc, I also want to remove that ability.
Re: How do I remove (<) (>) (SPAWN)? -
Bingo - 14.05.2015
Yes, Toggle player spectating.
Код:
TogglePlayerSpectating(playerid, 1);
Re: How do I remove (<) (>) (SPAWN)? -
Dokins - 14.05.2015
Ahhh! Very simple solution! Thank you.