Text draws, help me please.
#1

Hello, SA-MP Forum users.
I need your help.

I need someone to help me make a full screen textdraw, with the colour black.
I have no idea how to work text draws and things like that, so could one of you's help?
Reply
#2

https://sampforum.blast.hk/showthread.php?tid=290640

Try this, it's a TextDraw editor.
Reply
#3

i dont want it ingame i want it like at the login screen.
Reply
#4

Try
pawn Код:
new textdraw = TextDrawCreate(playerid, 409.000000, 199.000000, "_");
TextDrawAlignment(playerid, textdraw , 2);
TextDrawUseBox(playerid, textdraw , 1);
PlayerTextDrawBoxColor(playerid, textdraw, 0);
TextDrawTextSize(playerid, textdraw , 640.0, 480.0);
Should make the complete screen black.
Reply
#5

This is working

pawn Код:
new Text:BlackScreen;
pawn Код:
BlackScreen = TextDrawCreate(302.000000,1.000000,"~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~");
    TextDrawUseBox(BlackScreen,1);
    TextDrawBoxColor(BlackScreen,0x000000ff);
    TextDrawTextSize(BlackScreen,-52.000000,-738.000000);
    TextDrawAlignment(BlackScreen,2);
    TextDrawBackgroundColor(BlackScreen,0x000000ff);
    TextDrawFont(BlackScreen,1);
    TextDrawLetterSize(BlackScreen,1.000000,1.000000);
    TextDrawColor(BlackScreen,0x000000ff);
    TextDrawSetOutline(BlackScreen,1);
    TextDrawSetProportional(BlackScreen,1);
    TextDrawSetShadow(BlackScreen,1);
Reply
#6

got it guys!
any one know the direct center coords of the screen?
only need up and down ones.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)