Textdraws help - MASTERS ONLY.
#1

So, I've tried to make textdraws, I've put it on OnPlayerSpawn and OnGameModeInIt.

And I also did TextDrawShowForPlayer aswell on both publics.

but in-game, it doesnt shows anything, in the previous attempts, my stats textdraws were working properly, any help ?

pawn Код:
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);
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: 2 Guest(s)