Textdraw problems
#1

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

Thanks
Reply
#2

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

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
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)