02.10.2014, 12:23
is the only textdraw you have? or do you have others?
there are? not if you have it set properly in OnGameModeInit
have you put it without the return 1; and }
pawn Код:
new Text:Logo;
pawn Код:
Logo = TextDrawCreate(635.000000,430.000000,"Fun-Generation");
TextDrawAlignment(Logo,3);
TextDrawBackgroundColor(Logo,0x000000ff);
TextDrawFont(Logo,1);
TextDrawLetterSize(Logo,0.699999,1.600000);
TextDrawColor(Logo,COLOR_BLUE);
TextDrawSetProportional(Logo,1);
TextDrawSetShadow(Logo,1);
return 1;
}
have you put it without the return 1; and }