Text Draw doesn't work.
#3

Quote:
Originally Posted by [MG]Dimi
Посмотреть сообщение
pawn Код:
//Top of script
new Text:firetraining[MAX_PLAYERS];

public OnPlayerConnect(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);
    TextDrawShowForPlayer(playerid, firetraining[playerid]);
}
Still doesn't appear.
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: 1 Guest(s)