[Question] TextDraw
#1

Hey guys,

I've always wondered how everyone can get such amazing TextDraws, cause I've never seen a good edit out here.
In case anyone knows a good one please where can I find it?
Reply
#2

I'll post you a style TextDraw, test it on your server.

Create :

pawn Код:
new Text:Textdrawtest;
In OnGameModeInit :

pawn Код:
Textdrawtest = TextDrawCreate(1.0, 433.0, "Text");
    TextDrawBackgroundColor(Textdrawtest, 255);
    TextDrawFont(Textdrawtest, 2);
    TextDrawLetterSize(Textdrawtest, 0.500000, 1.000000);
    TextDrawBoxColor(Textdrawtest,0x00000050);
    TextDrawColor(Textdrawtest, 0xFF0000FF);
    TextDrawSetOutline(Textdrawtest, 0);
    TextDrawSetProportional(Textdrawtest, 1);
    TextDrawSetShadow(Textdrawtest, 1);
    for(new i; i < MAX_PLAYERS; i ++)
    {
        if(IsPlayerConnected(i))
        {
            TextDrawShowForPlayer(i, Textdrawtest);
        }
    }
In OnPlayerConnect :

pawn Код:
TextDrawShowForPlayer(playerid, Textdrawtest);
Test It.
Reply
#3

Thanks alot mate, but what I'm more looking for are a TextDraw Editor where I can make great textdraws on insted of guessing the cordinates of the textdraws I make...
Reply
#4

Textdraw Editor ? Use the Zamaroht TextDraw Editor, Use the search, is a hint xD
Reply
#5

https://sampforum.blast.hk/showthread.php?tid=117851
Reply
#6

Quote:
Originally Posted by .FuneraL.
Посмотреть сообщение
Textdraw Editor ? Use the Zamaroht TextDraw Editor, Use the search, is a hint xD
Alright, I will check that one out. Btw I know where the search button is :P

Quote:
Originally Posted by Bogdan1992
Посмотреть сообщение
Thanks alot for that tips, I will make sure to test that out :P
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)