27.03.2013, 04:15
This.
pawn Код:
// On top of script:
new Text:Rank50;
// In OnGameModeInit
Rank50 = TextDrawCreate(413 ,112 , "Rank:");
TextDrawFont(Rank50 , 1);
TextDrawLetterSize(Rank50 , 1, 7);
TextDrawColor(Rank50 , 0xffffffFF);
TextDrawSetOutline(Rank50 , false);
TextDrawSetProportional(Rank50 , true);
TextDrawSetShadow(Rank50 , 1);