08.07.2011, 17:48
Quote:
Did you copy all the functions?
TextDrawFont TextDrawLetterSize TextDrawColor TextDrawSetOutline TextDrawSetProportional TextDrawSetShadow TextDrawTextSize Make you you put these things in OnGameModeInit... |
pawn Код:
PlayersS = TextDrawCreate(4.000000, 317.000000, "Players:");
TextDrawBackgroundColor(PlayersS, 255);
TextDrawFont(PlayersS, 2);
TextDrawLetterSize(PlayersS, 0.170000, 1.300000);
TextDrawColor(PlayersS, -1);
TextDrawSetOutline(PlayersS, 1);
TextDrawSetProportional(PlayersS, 1);