Text Draw doesn't work.
#1

OnGameModeInit

pawn Код:
foreach(Player, playerid)
    {
        firetraining[playerid] = TextDrawCreate(555.000000, 325.000000, "Welcome!");
        TextDrawBackgroundColor(firetraining[playerid], 255);
        TextDrawFont(firetraining[playerid], 1);
        TextDrawLetterSize(firetraining[playerid], 0.219999, 1.000000);
        TextDrawColor(firetraining[playerid], -1);
        TextDrawSetOutline(firetraining[playerid], 0);
        TextDrawSetProportional(firetraining[playerid], 1);
        TextDrawSetShadow(firetraining[playerid], 1);
        TextDrawUseBox(firetraining[playerid], 1);
        TextDrawBoxColor(firetraining[playerid], 168430456);
        TextDrawTextSize(firetraining[playerid], 629.000000, 41.000000);
    }
OnPlayerSpawn
pawn Код:
TextDrawShowForPlayer(playerid, firetraining[playerid]);
Text draw doesn't work at all, help please!
Reply


Messages In This Thread
Text Draw doesn't work. - by printer - 09.12.2011, 09:06
Re: Text Draw doesn't work. - by [MG]Dimi - 09.12.2011, 09:09
Re: Text Draw doesn't work. - by printer - 09.12.2011, 09:14
Re: Text Draw doesn't work. - by §с†¶e®РµРe - 09.12.2011, 09:22
Re: Text Draw doesn't work. - by printer - 09.12.2011, 09:31
Re: Text Draw doesn't work. - by §с†¶e®РµРe - 09.12.2011, 09:33

Forum Jump:


Users browsing this thread: 6 Guest(s)