Trucking mission text box?? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Trucking mission text box?? (
/showthread.php?tid=258719)
Trucking mission text box?? -
Tom1412 - 01.06.2011
Does anyone know how to make the mission text box on the bottom of convoy trucking, ppc trucking gm. but i cant find out how to make it can anyone help
?
Re: Trucking mission text box?? -
Venice - 01.06.2011
that called textdraw
https://sampwiki.blast.hk/wiki/TextDrawCreate
Re: Trucking mission text box?? -
Ash. - 01.06.2011
Because I feel very helpful:
pawn Код:
new work = TextDrawCreate(315.000000, 428.000000, "Mission Text Here");
TextDrawAlignment(work, 2);
TextDrawBackgroundColor(work, 255);
TextDrawFont(work, 2);
TextDrawLetterSize(work, 0.260000, 1.100000);
TextDrawColor(work, -1);
TextDrawSetOutline(work, 1);
TextDrawSetProportional(work, 1);
TextDrawUseBox(work, 1);
TextDrawBoxColor(work, 170);
TextDrawTextSize(work, 16.000000, 657.000000);
Enjoy. Oh, this is directly from my gamemode, and so is slightly different to CT's and PPC's. You might want to change the font size and stuff though, this is slightly smaller than theres.