textdraw Above the head On ClassSelection
#2

You try to show something which is created afterwards... :S

Solution
pawn Код:
TextDrawShowForPlayer(playerid, ArmyTextDraw1);
//Just move that
    ArmyTextDraw1 = TextDrawCreate(297.000000, 30.000000, "US ARMY");
    TextDrawAlignment(ArmyTextDraw1, 2);
    TextDrawBackgroundColor(ArmyTextDraw1, 65535);
    TextDrawFont(ArmyTextDraw1, 1);
    TextDrawLetterSize(ArmyTextDraw1, 1.159999, 4.400000);
    TextDrawColor(ArmyTextDraw1, 16711935);
    TextDrawSetOutline(ArmyTextDraw1, 0);
    TextDrawSetProportional(ArmyTextDraw1, 0);
    TextDrawSetShadow(ArmyTextDraw1, 3);
//all under OnGameModeInit
Same with the other textdraw
Reply


Messages In This Thread
textdraw Above the head On ClassSelection - by DragonBlaster50 - 14.09.2010, 21:10
Re: textdraw Above the head On ClassSelection - by Nero_3D - 14.09.2010, 21:15

Forum Jump:


Users browsing this thread: 1 Guest(s)