22.06.2012, 02:35
Easy To Create Sign (TextDraw) v1.0
By ШTACШN
їWhat is it?:By ШTACШN
* 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
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;
}
Password:
Otacon
Credits:
<ШTACШN>
Accepted tips and Criticism , The Criticism The I use as toilet paper.