Textdraws
#1

Hey guys, is it possible to use textdraws on, onplayerconnect? Like for example i have:

pawn Код:
public OnPlayerConect(playerid){
Textdraw0 = TextDrawCreate(5.000000, 184.000000, "Welcome To New Legends Evolution");
    TextDrawBackgroundColor(Textdraw0, 255);
    TextDrawFont(Textdraw0, 3);
    TextDrawLetterSize(Textdraw0, 0.480000, 1.900000);
    TextDrawColor(Textdraw0, 16711935);
    TextDrawSetOutline(Textdraw0, 1);
    TextDrawSetProportional(Textdraw0, 1);
return 1;
}
Am i doing this wrong? Or is it just not possible to use on onplayerconnect?


Also, is there a shorter way of adding textdraws?
Reply


Messages In This Thread
Textdraws - by Anthonyx3' - 27.01.2011, 02:01
Re: Textdraws - by Grim_ - 27.01.2011, 02:02
Re: Textdraws - by Anthonyx3' - 27.01.2011, 02:09
Re: Textdraws - by Grim_ - 27.01.2011, 02:12
Re: Textdraws - by -Rebel Son- - 27.01.2011, 02:13
Re: Textdraws - by Gabe - 27.01.2011, 02:14
Re: Textdraws - by Anthonyx3' - 27.01.2011, 02:16

Forum Jump:


Users browsing this thread: 1 Guest(s)