Textdraws
#3


pawn Code:
new Text:Website;

public OnGameModeInit()
{
    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, -1);
    TextDrawSetOutline(Website, 0);
    TextDrawSetProportional(Website, 1);
    TextDrawSetShadow(Website, 1);
    return 1;
}

public OnPlayerConnect(playerid)
{
    TextDrawShowForPlayer(playerid, Website);
    return 1;
}
PS: Want me to fix and make it better
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: 2 Guest(s)