[Include] Textdraw(Very useful)
#1

[FONT="Impact"]
Hello!Today I am gonna release my first Include!

I hope this helps you guys!


To make it work make this:
Код:
#include <a_samp>
#include <TXD>
//.......
Take a look at the code:

Код:
#include <a_samp>

stock C_TextDrawCreate(ID,posx,posy,string[],bgcolor,color,font,outline,proportionality,size1,size2)
{
ID = TextDrawCreate(posx, posy, string[]);
TextDrawBackgroundColor(ID, bgcolor);
TextDrawFont(ID, font);
TextDrawLetterSize(ID, size1, size2);
TextDrawColor(ID, color);
TextDrawSetOutline(ID, outline);
TextDrawSetProportional(ID, proportionality);
}

stock C_TextDrawShowForPlayer(playerid, ID)
{
TextDrawShowForPlayer(playerid, ID);
}

stock C_TextDrawShowForAll(ID)
{
TextDrawShowForAll(ID);
}

stock C_TextDrawHideForPlayer(playerid, ID)
{
TextDrawHideForPlayer(playerid, ID);
}

stock C_TextDrawHideForAll(ID)
{
TextDrawShowForAll(ID);
}
Download:

Look up.
Reply


Messages In This Thread
Textdraw(Very useful) - by boomerboom - 06.01.2014, 18:38
AW: Textdraw(Very useful) - by ElliotH - 06.01.2014, 18:44
Re: AW: Textdraw(Very useful) - by boomerboom - 06.01.2014, 18:47
Re: Textdraw(Very useful) - by boomerboom - 06.01.2014, 19:25
Respuesta: Textdraw(Very useful) - by Swedky - 06.01.2014, 19:31
Re: Respuesta: Textdraw(Very useful) - by boomerboom - 06.01.2014, 20:20
Re: Respuesta: Textdraw(Very useful) - by Patrick - 06.01.2014, 20:25
Re: Textdraw(Very useful) - by nGen.SoNNy - 06.01.2014, 20:27
Respuesta: Textdraw(Very useful) - by Swedky - 06.01.2014, 20:34
Re: Textdraw(Very useful) - by boomerboom - 06.01.2014, 20:54
Re: Textdraw(Very useful) - by [TC]XxJuggaloxX - 07.01.2014, 10:31

Forum Jump:


Users browsing this thread: 3 Guest(s)