Hi, mache grade eine Stadtrundfahrt.... alles geht ausser der teil vom 24 / 7. es werden nur schwarze balken angezeigt, die überschrift geht aber^^
else if(TutCP[playerid] == 9) // 24 / 7
{
TextDrawHideForPlayer(playerid,starttut[46]);
TextDrawHideForPlayer(playerid,starttut[47]);
TextDrawHideForPlayer(playerid,starttut[48]);
TextDrawHideForPlayer(playerid,starttut[49]);
TextDrawShowForPlayer(playerid,starttut[43]);
TextDrawShowForPlayer(playerid,starttut[44]);
TextDrawShowForPlayer(playerid,starttut[45]);
SetPlayerCheckpoint(playerid,1214.6173,-904.0438,42.4348,5.0);
TutCP[playerid] = 11;
}
starttut[43] = TextDrawCreate(158.000000, 353.000000, "24 / 7");
TextDrawBackgroundColor(starttut[43],0x323232FF);
TextDrawUseBox(starttut[43], 1);
TextDrawBoxColor(starttut[43], 0x000000FF);
TextDrawFont(starttut[43],3 );
TextDrawLetterSize(starttut[43], 0.500000, 1.000000);
TextDrawColor(starttut[43], COLOR_RED);
TextDrawSetOutline(starttut[43], 0);
TextDrawSetProportional(starttut[43], 1);
TextDrawSetShadow(starttut[43], 0);
starttut[44] = TextDrawCreate(158.000000, 363.000000, "Hier ist der 24 / 7. Du kannst dir hier wichtige Alltagsgegenstaende wie ");
TextDrawBackgroundColor(starttut[44], 0x323232FF);
TextDrawFont(starttut[44], 1);
TextDrawLetterSize(starttut[44], 0.500000, 1.000000);
TextDrawColor(starttut[44], 0x000000FF);
TextDrawSetOutline(starttut[44], 1);
TextDrawSetProportional(starttut[44], 1);
starttut[45] = TextDrawCreate(158.000000, 374.000000, "ein Telefonbuch, Kondome, ein Handy und kleinere unwichtige Sachen wie 'nen Burger. ");
TextDrawBackgroundColor(starttut[45],0x323232FF);
TextDrawFont(starttut[45] , 1);
TextDrawUseBox(starttut[45] , 1);
TextDrawBoxColor(starttut[45], 0x000000FF);
TextDrawLetterSize(starttut[45],0.3, 1.1);
TextDrawColor(starttut[45] , 0xFFFFFFFF);
TextDrawSetOutline(starttut[45] , 0);
TextDrawSetProportional(starttut[45] , 1);
TextDrawSetShadow(starttut[45] , 0);