SA-MP Forums Archive
Delete spawn button - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Delete spawn button (/showthread.php?tid=276179)



Delete spawn button - Admigo - 12.08.2011

Heey guys,
I want to delete the spawn button and see the dialog of teams with at the background a view!
I already made a dialog with teams but i want to delete the spawn button.
How can i make that?


Re: Delete spawn button - Michael@Belgium - 12.08.2011

Maybe you can try to add your "ShowPlayerDialog();" under OnPlayerConnect ?


Re: Delete spawn button - Luis- - 12.08.2011

There is no way to delete the spawn button.


Re: Delete spawn button - Tigerkiller - 12.08.2011

you cant hide the spawn button but you can do this:
- spawn player on connect
- set view pos
- show dialog
- after select spawn player
- set skin
- mybe send msg


Re: Delete spawn button - Admigo - 12.08.2011

Thanks dude,but i know for sure its possible because i saw some dm servers with no spawn button:P
But i will try to make it


Re: Delete spawn button - MadeMan - 12.08.2011

https://sampforum.blast.hk/showthread.php?tid=113394


Re: Delete spawn button - Admigo - 12.08.2011

Quote:
Originally Posted by MadeMan
Посмотреть сообщение
Thanks dude!
You helped me with me other problems to and worked all!


Re: Delete spawn button - iggy1 - 12.08.2011

If you put a player in spectate that will hide the spawn dialog w/o needing to set a timer.