26.07.2014, 12:08
Boas pessoal.
Eu queria saber como posso activar isto em uma box para poder escrever alguma coisa.

TEXTDRAW
Eu queria saber como posso activar isto em uma box para poder escrever alguma coisa.

PHP код:
public OnPlayerClickTextDraw(playerid, Text:clickedid)
{
if(clickedid == Textdraw5) //Box de Identidade
{
//FUNЗГO
}
return 1;
}
PHP код:
Textdraw5 = TextDrawCreate(238.000000, 184.000000, "_");
TextDrawBackgroundColor(Textdraw5, 255);
TextDrawFont(Textdraw5, 1);
TextDrawLetterSize(Textdraw5, 0.529999, 1.900000);
TextDrawColor(Textdraw5, -1);
TextDrawSetOutline(Textdraw5, 0);
TextDrawSetProportional(Textdraw5, 1);
TextDrawSetShadow(Textdraw5, 1);
TextDrawUseBox(Textdraw5, 1);
TextDrawBoxColor(Textdraw5, 1195853823);
TextDrawTextSize(Textdraw5, 484.000000, 0.000000);


