TextDraw problem...
#3

Quote:
Originally Posted by iPLEOMAX
Посмотреть сообщение
Did you copy all the functions?

TextDrawFont
TextDrawLetterSize
TextDrawColor
TextDrawSetOutline
TextDrawSetProportional
TextDrawSetShadow
TextDrawTextSize

Make you you put these things in OnGameModeInit...
yes i copy all thinks this is the textdraw:
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);
Reply


Messages In This Thread
TextDraw problem... - by Edvin - 08.07.2011, 17:10
Re: TextDraw problem... - by iPLEOMAX - 08.07.2011, 17:25
Re: TextDraw problem... - by Edvin - 08.07.2011, 17:48
Re: TextDraw problem... - by [MG]Dimi - 08.07.2011, 17:51

Forum Jump:


Users browsing this thread: 3 Guest(s)