Textdraw Zamartoh
#1

Hello everyone here I use a FS textdraw and I understand NOTHING

Код HTML:
TDFile=yes
0T_Created=1
0T_Text=1
0T_X=-3.000000
0T_Y=0.000000
0T_UseBox=1
0T_TextSizeX=639.000000
0T_TextSizeY=0.000000
0T_XSize=0.500000
0T_YSize=16.300004
////////////////////////////
1T_Created=1
1T_Text=1
1T_X=-3.000000
1T_Y=305.000000
1T_Alignment=0
1T_BackColor=255
1T_UseBox=1
1T_BoxColor=255
1T_TextSizeX=639.000000
1T_TextSizeY=0.000000
1T_Color=-1
1T_Font=1
1T_XSize=0.500000
1T_YSize=16.300004
1T_Outline=0
1T_Proportional=1
1T_Shadow=1
1T_Selectable=0
1T_PreviewModel=-1
1PMRotX=-16.000000
1PMRotY=0.000000
1PMRotZ=-55.000000
1PMZoom=1.000000
///////////////////////////////////
2T_Created=1
2T_Text=1
2T_X=-2.000000
ect ect

Help me plz plz plz
Reply
#2

wtf is this xD
better use this way

Код:
public OnFilterScriptInit()
{
Textdraw10 = TextDrawCreate(135, 4, "Text Here");
TextDrawUseBox(Textdraw10, 0);
TextDrawLetterSize(Textdraw10, 1.25, 3.0);
TextDrawFont(Textdraw10, 0);
TextDrawSetShadow(Textdraw10, 0);
TextDrawSetOutline(Textdraw10, 1);
TextDrawColor(Textdraw10, 0xFFCFFCFF);
}
Код:
public OnPlayerConnect(playeid)
{
   TextDrawShowForPlayer(playerid, TMFM);
}
Reply
#3

not with a box and when I put the box it shows nothing
Reply
#4

Up how to make for creat box ? my box have erreur
Reply
#5

error*

Check sa-mp wiki for all textdraw's. Here are the two only textdraw types that exists (player and normal textdraws):
https://sampwiki.blast.hk/wiki/CreatePlayerTextDraw
https://sampwiki.blast.hk/wiki/TextDrawCreate

Scroll down to each of them and find this:




And under that you will see:


And then press one of them, as you can see I have already pressed on most of them and to be honest this is the ONLY way to learn how to use textdraws, we have all been there. From anyone who can create a simple textdraw to a freaking awesome-looking speedometer, we have all been there and you just gotta' get on the horse and test your way to the knowledge on this one. Once pressed on one read what it has to offer:



Hope my response was readable. Bottom line is (funny because this is the last line) that you have to try it out. Even if you can't read what the file says, you have to try and find out logically.
Reply
#6

can you please give me an example I understand not Forever
Reply
#7

Well now I think you're just being lazy and not willing to learn, you just wants to get done with this as fast as possible and have what you want your server/script to have. Well love that's not the deal in this world. You didn't even press and read the links I posted, if you would have, you would have found a basic example.


No offense but I am not even closely to understand why you want to learn this if you don't show some compassion to it. Scripting is like love, complicated and you have to have patience with it and slowly you'll have a healthy relationship with it.
Reply
#8

How to make for crear textdraw box ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)