How to get a textdraw working...
#1

Hello, so I have this text draw in a filterscript for testing....

pawn Код:
new Text:test2;


public OnFilterScriptInit()
{
    test2 = TextDrawCreate(236, 224, "test2");
    TextDrawFont(test2, 1);
    TextDrawLetterSize(test2, 0.7, 1.0);
    TextDrawColor(test2, 0xD67400FF);
    TextDrawSetOutline(test2, 1);
    TextDrawSetProportional(test2, true);
    TextDrawSetShadow(test2, 1);
}
I get no errors or warnings at the compiling, and I've placed the "test2" under filterscript at server.cfg file, yet when I log into my server, it won't be shown...why?

Thanks in advance.
Reply
#2

TextDrawShowForPlayer
Reply
#3

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
Yea what he said. Place is under OnPlayerConnect or something.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)