Textdraws help - MASTERS ONLY.
#2

pawn Код:
public OnGameModeInit()
{
    ForumURL = TextDrawCreate(800.000000, 131.000000, "<< COD TDM >>");
    TextDrawBackgroundColor(ForumURL, 255);
    TextDrawFont(ForumURL, 2);
    TextDrawLetterSize(ForumURL, 0.280000, 1.399999);
    TextDrawColor(ForumURL, 3394815);
    TextDrawSetOutline(ForumURL, 1);
    TextDrawSetProportional(ForumURL, 1);

    CODTDM = TextDrawCreate(800.000000, 313.000000, "/stats /cmds /ghelp");
    TextDrawBackgroundColor(CODTDM, 255);
    TextDrawFont(CODTDM, 2);
    TextDrawLetterSize(CODTDM, 0.280000, 1.399999);
    TextDrawColor(CODTDM, 3394815);
    TextDrawSetOutline(CODTDM, 1);
    TextDrawSetProportional(CODTDM, 1);
    return 1;
}

public OnPlayerSpawn(playerid)
{
    TextDrawShowForPlayer(playerid, ForumURL);
    TextDrawShowForPlayer(playerid, CODTDM);
}
This should work, if now check your positioning of the actual letters, make sure they're on the screen..
Reply


Messages In This Thread
Textdraws help - MASTERS ONLY. - by Equuuuin0X - 21.03.2014, 23:55
Re: Textdraws help - MASTERS ONLY. - by Flake. - 22.03.2014, 01:14
Re: Textdraws help - MASTERS ONLY. - by Equuuuin0X - 22.03.2014, 01:20
Re: Textdraws help - MASTERS ONLY. - by Flake. - 22.03.2014, 01:30
Re: Textdraws help - MASTERS ONLY. - by Pottus - 22.03.2014, 01:32
Re: Textdraws help - MASTERS ONLY. - by Equuuuin0X - 22.03.2014, 01:40
Re: Textdraws help - MASTERS ONLY. - by Hanuman - 22.03.2014, 01:55
Re: Textdraws help - MASTERS ONLY. - by Equuuuin0X - 22.03.2014, 01:57
Re: Textdraws help - MASTERS ONLY. - by AceFlyer - 22.03.2014, 02:02
Re: Textdraws help - MASTERS ONLY. - by Equuuuin0X - 22.03.2014, 02:05

Forum Jump:


Users browsing this thread: 1 Guest(s)