SA-MP Forums Archive
Spawn button is bottom - 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: Spawn button is bottom (/showthread.php?tid=309509)



Spawn button is bottom - Larry123 - 07.01.2012

How can i disappear these Arrows and Spawn buttom on the bottom of screen ?


Re: Spawn button is bottom - Scenario - 07.01.2012

TogglePlayerSpectating() is really the only way, but you could also add a black TD over it or something- but that looks stupid!


Re: Spawn button is bottom - BlackWolf120 - 08.01.2012

you can also force the player to spawn at once (after connecting) and avoid the class selection with this method.
But i dont know if this would go along with ur current gamemode plans...


Re: Spawn button is bottom - Larry123 - 08.01.2012

This is my picture When i am logged in



I want these arrows and spawn buttom dissappear, how can i do this ?


Re: Spawn button is bottom - Larry123 - 08.01.2012

BUMP


Re: Spawn button is bottom - Scarred - 08.01.2012

Quote:
Originally Posted by RealCop228
Посмотреть сообщение
TogglePlayerSpectating() is really the only way, but you could also add a black TD over it or something- but that looks stupid!
Like this...


Re: Spawn button is bottom - Larry123 - 09.01.2012

noo, usually these are gone after login without TogglePlayerSpectating, but i got that problem, it is freezing me and TogglePlayerControllAble(playerid, 1); don`t work, is there any easier way or something?


Re: Spawn button is bottom - iGetty - 09.01.2012

SpawnPlayer(playerid);

That?