Textdraw ouline not showing.
#1

Hey,
I have fiddled around with this for a while and no success.
I am trying to have a white outline around the black textdraw.

pawn Код:
.
    LoginDraw2 = TextDrawCreate(660.000000, 350.000000, "                       ");
    TextDrawBackgroundColor(LoginDraw2, 0xFFFFFFFF);
    TextDrawFont(LoginDraw2, 1);
    TextDrawLetterSize(LoginDraw2, 0.500000, 1.000000);
    TextDrawColor(LoginDraw2, -1);
    TextDrawSetOutline(LoginDraw2, 1);
    TextDrawSetProportional(LoginDraw2, 1);
    TextDrawSetShadow(LoginDraw2, 1);
    TextDrawUseBox(LoginDraw2, 1);
    TextDrawBoxColor(LoginDraw2, 255);
    TextDrawTextSize(LoginDraw2, -19.000000, 87.000000);
Cheers in advance,
Deal
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)