12.03.2013, 22:29
I got this
Right after it. it appears a dialog, when the dialog respond the first textdraw disappears (Intro1) but the second stays (Intro2) And I have no TextDrawDestroy or TextDrawHideForPlayer in the dialog respond .. it's weird and I need help, thanks in advance
pawn Код:
Intro1 = TextDrawCreate(190.000000, 130.000000, "~b~~h~Reality Santos~w~ RolePLay");
TextDrawFont(Intro1, 2);
TextDrawLetterSize(Intro1, 0.570000, 1.799999);
Intro2 = TextDrawCreate(190.0, 140.000000, ".");
TextDrawFont(Intro2, 1);
TextDrawLetterSize(Intro2, 23.250051, 1.799999);