Cool wasted text? how do i get? - 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: Cool wasted text? how do i get? (
/showthread.php?tid=67398)
Cool wasted text? how do i get? -
Drift_04 - 01.03.2009
Earlier today i saw this dude die in one of his vids and it said wasted across his screen, but inb a really fancy looking stlye. how do i get that style?
its really fancy looking. and its not any of the 1-6 gametext things.
Re: Cool wasted text? how do i get? -
Rks25 - 01.03.2009
Than it can be TextDraw.
Search on how to use that.
Re: Cool wasted text? how do i get? -
brett7 - 01.03.2009
maybe you could post this video? but i think rks is right
Re: Cool wasted text? how do i get? -
DarkSnow - 01.03.2009
yeah with a textdraw you can make the best things
Re: Cool wasted text? how do i get? -
Streetplaya - 01.03.2009
its also possible with GameText's, and its easier with that
Re: Cool wasted text? how do i get? -
agusfn20 - 01.03.2009
here...
Код:
public OnPlayerDeath(playerid, killerid, reason)
put this.
Код:
GameTextForPlayer(playerid, "~w~Wasted",2000,2);
Re: Cool wasted text? how do i get? -
Lewwy - 01.03.2009
Quote:
Originally Posted by agusfn20
here...
Код:
public OnPlayerDeath(playerid, killerid, reason)
put this.
Код:
GameTextForPlayer(playerid, "~w~Wasted",2000,2);
|
He just said it isn't any of the GameText things.
Re: Cool wasted text? how do i get? -
Drift_04 - 01.03.2009
yeah it's not, ill try that textdraw thing. thanks a lot guys!