Hey habe großes problem
undzwar wird mein Textdraw nicht angezeigt...
        for(new i; i < MAX_PLAYERS; i++)
	{
		TutorialText2[i] = TextDrawCreate(7.000000, 348.000000, "[Tutorial]");
		TextDrawBackgroundColor(TutorialText2[i], 255);
		TextDrawFont(TutorialText2[i], 2);
		TextDrawLetterSize(TutorialText2[i], 0.140000, 1.300000);
		TextDrawColor(TutorialText2[i], -1);
		TextDrawSetOutline(TutorialText2[i], 0);
		TextDrawSetProportional(TutorialText2[i], 1);
		TextDrawSetShadow(TutorialText2[i], 1);
		TextDrawSetSelectable(TutorialText2[i], 0);
	}
So habe ich es unter OnGameModeInit...
bitte help
		
		
		
	