textdraw wont work
#1

why dosnt this work?
Код:
public OnPlayerConnect(playerid)
{
    website = TextDrawCreate(460.0,150.0,"test");
    TextDrawShowForPlayer(playerid,website);
    TextDrawTextSize(website, 7.0, 4.6);
    TextDrawUseBox(website , 1);
    TextDrawFont(website , 1);
    TextDrawLetterSize(website ,0.3,1);
    TextDrawSetShadow(website ,1);
    TextDrawSetOutline(website ,1);
    TextDrawBackgroundColor(website ,0x000000FF);
    TextDrawBoxColor(website ,0x00000066);
    TextDrawColor(website ,0x000000FF);
    TextDrawTextSize(website , 200.0, 200.0);
    return 1;
}
it only appears in white
no box no nothing
Reply


Messages In This Thread
textdraw wont work - by dark_clown - 20.10.2010, 12:52
Re: textdraw wont work - by Sascha - 20.10.2010, 13:05
Re: textdraw wont work - by SkizzoTrick - 20.10.2010, 13:20

Forum Jump:


Users browsing this thread: 1 Guest(s)