Problem with textdraws
#1

pawn Код:
new Text:welcomeText;

pawn Код:
welcomeText = TextDrawCreate(240.0,580.0,"Welcome to Super Stunt 2013");
    TextDrawColor(welcomeText,0x000000FF);
    TextDrawFont(welcomeText,3);
    TextDrawLetterSize(welcomeText, 3.2 ,5.1);
    TextDrawTextSize(welcomeText, 2.0, 3.6);
pawn Код:
public OnPlayerSpawn(playerid)
{
    TextDrawShowForPlayer(playerid,welcomeText);
    StopAudioStreamForPlayer(playerid);
    return 1;
}
Why this doesn't showup In-game??
Reply
#2

Your TextDrawTextSize is probably way too small. I don't think your text is just 2 pixels by 3.6 pixels.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)