Trucking mission text box??
#1

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?
Reply
#2

that called textdraw
https://sampwiki.blast.hk/wiki/TextDrawCreate
Reply
#3

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.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)