[Include] Easy To Create Sign (TextDraw) v1.0 By ШTACШN
#1

Easy To Create Sign (TextDraw) v1.0
By ШTACШN

їWhat is it?:
* Is A Simple Function To Create More Signs In TextDraw Easy.

NOTE: See the Include Before Use!.

Code Funcion:
pawn Код:
TextDrawShowToLetrero(playerid, numeroid, texto[], bool:opcion); //True = Activate/ false = Deactivate
Test Example:
pawn Код:
#include <a_samp>
#include <Letrero_O>

public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/Show", cmdtext, true, 10) == 0)
    {
        TextDrawShowToLetrero(playerid, 1, "~y~Otacon is Capo!!: ~w~Press ~r~Enter ~w~to affirm xDD.", true);
        return 1;
    }
    if (strcmp("/Hide", cmdtext, true, 10) == 0)
    {
        TextDrawShowToLetrero(playerid, 1, "_", false);
        return 1;
    }
    return 0;
}
Download:


Password:
Otacon

Credits:
<ШTACШN>

Accepted tips and Criticism , The Criticism The I use as toilet paper.
Reply


Messages In This Thread
Easy To Create Sign (TextDraw) v1.0 By ШTACШN - by OTACON - 22.06.2012, 02:35
Re: Easy To Create Sign (TextDraw) v1.0 By ШTACШN - by toxiic - 22.06.2012, 02:48
Respuesta: Easy To Create Sign (TextDraw) v1.0 By ШTACШN - by [DOG]irinel1996 - 22.06.2012, 10:00
Re: Easy To Create Sign (TextDraw) v1.0 By ШTACШN - by Niko_boy - 22.06.2012, 10:58
Re: Easy To Create Sign (TextDraw) v1.0 By ШTACШN - by Littlehelper - 22.06.2012, 20:25

Forum Jump:


Users browsing this thread: 1 Guest(s)