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
#2

write the "TextDrawShowForPlayer" at the end
Reply
#3

Yeah,try to put the TextDrawShowForPlayer in the end
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)