Textdraws
#1

Hey guys, I'm trying to add a textdraw to the server im scripting for, this is what i've done.
I've added.
Code:
new Text:Website;
and under onplayerconnect i've added
Code:
{
 	Website = TextDrawCreate(320.00, 80.00, "Website URL: www.csroleplay.net");
    TextDrawBackgroundColor(Website, 255);
    TextDrawFont(Website, 0);
    TextDrawLetterSize(Website, 0.679999, 1.500000);
    TextDrawColor(Website, COLOR_CIVILIAN);
    TextDrawSetOutline(Website, 0);
    TextDrawSetProportional(Website, 1);
    TextDrawSetShadow(Website, 1);
    TextDrawShowForPlayer(playerid, Website)
}
Does anyone know what i've done wrong? Thanks in advance. (This broke my compiler)
Reply


Messages In This Thread
Textdraws - by Joshswag - 21.11.2012, 08:09
Re: Textdraws - by Bicentric - 21.11.2012, 08:13
Re: Textdraws - by Glad2BeHere - 21.11.2012, 08:22
Re: Textdraws - by Joshswag - 21.11.2012, 08:27
Re: Textdraws - by Glad2BeHere - 21.11.2012, 08:29
Re: Textdraws - by Joshswag - 21.11.2012, 08:29
Re: Textdraws - by Glad2BeHere - 21.11.2012, 08:36
Re: Textdraws - by Joshswag - 21.11.2012, 08:44
Re: Textdraws - by Joshswag - 21.11.2012, 08:46
Re: Textdraws - by Glad2BeHere - 21.11.2012, 08:46

Forum Jump:


Users browsing this thread: 1 Guest(s)