[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
#2

Nice ;]
Reply
#3

I saw many scripts as this. And I have one in my GM, better design to say the truth.
Anyway, thank you.
Reply
#4

nice saving some time in making message boxes
Reply
#5

Saved my time.
Thanks.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)