SA-MP Forums Archive
Textdraw problems - 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)
+--- Thread: Textdraw problems (/showthread.php?tid=503285)



Textdraw problems - Jacob756 - 28.03.2014

How to put a textdraw of the text Royal Roleplay Life under the radar

Thanks


Re: Textdraw problems - iThePunisher - 28.03.2014

use this to make textdraws wherever you want
https://sampforum.blast.hk/showthread.php?tid=254315


Re: Textdraw problems - FahadKing07 - 28.03.2014

I have made for you. Copy and paste in GameMode.

pawn Code:
Textdraw0 = TextDrawCreate(18.000000, 429.000000, "Royal Roleplay Life");
    TextDrawBackgroundColor(Textdraw0, 255);
    TextDrawFont(Textdraw0, 1);
    TextDrawLetterSize(Textdraw0, 0.470000, 1.500000);
    TextDrawColor(Textdraw0, -980871169);
    TextDrawSetOutline(Textdraw0, 1);
    TextDrawSetProportional(Textdraw0, 1);
    TextDrawUseBox(Textdraw0, 1);
    TextDrawBoxColor(Textdraw0, 0000055);
    TextDrawTextSize(Textdraw0, 174.000000, 1.000000);
    TextDrawSetSelectable(Textdraw0, 0);

    Textdraw1 = TextDrawCreate(18.000000, 437.000000, ".");
    TextDrawBackgroundColor(Textdraw1, 255);
    TextDrawFont(Textdraw1, 3);
    TextDrawLetterSize(Textdraw1, 17.110029, 1.000000);
    TextDrawColor(Textdraw1, -980871169);
    TextDrawSetOutline(Textdraw1, 1);
    TextDrawSetProportional(Textdraw1, 1);
    TextDrawSetSelectable(Textdraw1, 0);
If i have helped you than +REP