24.04.2014, 13:41
Hi, I've added a new textdraw on my server/script. I builded the textdraw by: ipleomax's textdraw builder. I added it into my server (That I builded ofc) and I got no errors,
This textdraws will appear when I enter a car and disappear when I leave the car. And a white text with text: Vehicle Information. But when I enter the car the textdraw is getting over the whole screen and I can't see the text, I don't know why and how to fix it. Can you guys might help me?
https://www.youtube.com/watch?v=vg7Fqflg1vs
Код:
new Text:backround = TextDrawCreate(640.000061, 272.374176, "backrund"); TextDrawLetterSize(backround, 0.000000, 1.000000); //TextDrawTextSize(backround, 474.999969, 0.000000); TextDrawAlignment(backround, 1); TextDrawColor(backround, 0); TextDrawUseBox(backround, true); TextDrawBoxColor(backround, 102); TextDrawSetShadow(backround, 0); TextDrawSetOutline(backround, 0); TextDrawFont(backround, 1); TextDrawHideForPlayer(playerid, backround); new Text:vehicledraw = TextDrawCreate(479.666748, 271.703704, "Vehicle Information"); TextDrawLetterSize(vehicledraw, 0.449999, 1.600000); TextDrawAlignment(vehicledraw, 1); TextDrawColor(vehicledraw, -1); TextDrawSetShadow(vehicledraw, 1); TextDrawSetOutline(vehicledraw, 0); TextDrawBackgroundColor(vehicledraw, 51); TextDrawFont(vehicledraw, 3); TextDrawSetProportional(vehicledraw, 1); TextDrawHideForPlayer(playerid, vehicledraw);
https://www.youtube.com/watch?v=vg7Fqflg1vs