SA-MP Forums Archive
Server startup? - 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: Server startup? (/showthread.php?tid=84918)



Server startup? - killdahobo99 - 04.07.2009

On Many servers on the bottem left corner, i've seen the server name written in like fancy writing or color....my question is how do i do that?


Re: Server startup? - Grim_ - 04.07.2009

Use a textdraw.


Re: Server startup? - killdahobo99 - 04.07.2009

Quote:
Originally Posted by Swift_
Use a textdraw.
Can you explain a little more


Re: Server startup? - Grim_ - 04.07.2009

Look at this and the related functions.
https://sampwiki.blast.hk/wiki/TextDrawCreate

You could also take a look at this:
http://forum.sa-mp.com/index.php?topic=19613.0


Re: Server startup? - killdahobo99 - 04.07.2009

Quote:
Originally Posted by Swift_
Look at this and the related functions.
https://sampwiki.blast.hk/wiki/TextDrawCreate

You could also take a look at this:
http://forum.sa-mp.com/index.php?topic=19613.0
Ok, I've made my textdraw, Now the problem is, How do i make it show for all players?


Re: Server startup? - BP13 - 04.07.2009

like onplayerconnect

showtextdrawforplayer(playerid); or something like that... I think...