Hier das sind die 2 Textdraws
PlayerInfo[LetterboxTop] = TextDrawCreate(1.000000,1.000000,"~r~Einleitung~n~~n~~n~~n~~n~~n~~n~");
TextDrawUseBox(PlayerInfo[i][LetterboxTop],1);
TextDrawBoxColor(PlayerInfo[i][LetterboxTop],0x00000000);
TextDrawTextSize(PlayerInfo[i][LetterboxTop],642.000000,20.000000);
TextDrawAlignment(PlayerInfo[i][LetterboxTop],0);
TextDrawBackgroundColor(PlayerInfo[i][LetterboxTop],0x000000FF);
TextDrawFont(PlayerInfo[i][LetterboxTop],2);
TextDrawLetterSize(PlayerInfo[i][LetterboxTop],0.400000,1.400000);
TextDrawColor(PlayerInfo[i][LetterboxTop],0xfffffff);
TextDrawSetOutline(PlayerInfo[i][LetterboxTop],1);
TextDrawSetProportional(PlayerInfo[i][LetterboxTop],1);
TextDrawSetShadow(PlayerInfo[i][LetterboxTop],1);
PlayerInfo[i][LetterboxBottom] = TextDrawCreate(2.000000,336.000000,"~n~~w~_~n~~n~~n~~n~~n~~n~~n~~n~");
TextDrawUseBox(PlayerInfo[i][LetterboxBottom],1);
TextDrawBoxColor(PlayerInfo[i][LetterboxBottom],0x00000000);
TextDrawTextSize(PlayerInfo[i][LetterboxBottom],638.000000,3.000000);
TextDrawAlignment(PlayerInfo[i][LetterboxBottom],0);
TextDrawBackgroundColor(PlayerInfo[i][LetterboxBottom],0x00ffff00);
TextDrawFont(PlayerInfo[i][LetterboxBottom],2);//,1.200000,2.000000);
TextDrawLetterSize(PlayerInfo[i][LetterboxBottom],0.400000,1.300000);
TextDrawColor(PlayerInfo[i][LetterboxBottom],0xffffffff);
TextDrawSetOutline(PlayerInfo[i][LetterboxBottom],1);
TextDrawSetProportional(PlayerInfo[i][LetterboxBottom],1);
TextDrawSetShadow(PlayerInfo[i][LetterboxBottom],5);[
Alles anzeigen