SA-MP Forums Archive
Text on death - 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: Text on death (/showthread.php?tid=167105)



Text on death - lSCARl - 11.08.2010

i know how to make it say something on death but how can i make it so the text is big and is in the middle of the screen? all help appreciated


Re: Text on death - Nathan_Taylor - 11.08.2010

Код:
GameTextForPlayer(playerid, "~g~ TEXT", 3000, 5);
The ~g~ is the color, and the "TEXT" is where you put the text


Re: Text on death - XtremePlanet - 11.08.2010

Hey,

the code above will work, but here is a link to GameText Styles so you will know in future what to do. 3000 is 3 seconds, 5 is the style, ~g~ is the color.

Link: https://sampwiki.blast.hk/wiki/GameTextStyle

Good luck.