Gametext? - 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: Gametext? (
/showthread.php?tid=254909)
Gametext? -
Admigo - 13.05.2011
Heey guys
How can i make this gametext?
sa-mp-102.jpg
I watched the gamestyles and i diddnt found it.
Pls help.
Thanks admigo
Re: Gametext? -
Sascha - 13.05.2011
that's a textdraw
https://sampwiki.blast.hk/wiki/TextDrawCreate
edit:
you can use this filterscript to create textdraws easier...
http://forum.sa-mp.com/showthread.ph...TextDrawEditor
Re: Gametext? -
Daddy Yankee - 13.05.2011
Try with style 6 and more new lines (~n~)
Re: Gametext? -
Laronic - 13.05.2011
pawn Код:
GameTextForAll("~w~The week is almost over~n~~b~changing cities soon", 5000, 0);
Re: Gametext? - Deskoft - 13.05.2011
That will work...
pawn Код:
GameTextForAll("~w~The week is almost over~n~~b~changing cities soon", 5000, 0);
Just wanted to say -- you can do it that way, or you can use a textdraw,
also that system uses "GetDate()", if it's Sunday at.. let's say.. 10 P.M., it will show that.
Re: Gametext? -
Admigo - 13.05.2011
Its not style 0 because its to big