[Ajuda] Textdraw clicбvel nгo aparece a funзгo ao clicar - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Textdraw clicбvel nгo aparece a funзгo ao clicar (
/showthread.php?tid=555810)
Textdraw clicбvel nгo aparece a funзгo ao clicar -
willianholzadm - 08.01.2015
Bom, estou tendo dificuldade demais em uma tela de login que estou desenvolvendo.
Seguinte, a textdraw estar selecionando e tudo mas quando clico nгo estar aparecendo a funзгo dela.
PHP код:
new Text:TextLogin;
TextLogin = TextDrawCreate(33.000000, 213.000000, "Logar no servidor");
TextDrawBackgroundColor(TextLogin, 255);
TextDrawFont(TextLogin, 2);
TextDrawLetterSize(TextLogin, 0.290000, 1.000000);
TextDrawColor(TextLogin, -1);
TextDrawSetOutline(TextLogin, 0);
TextDrawSetProportional(TextLogin, 1);
TextDrawSetShadow(TextLogin, 1);
TextDrawUseBox(TextLogin, 1);
TextDrawBoxColor(TextLogin, 255);
TextDrawTextSize(TextLogin, 162.000000, 10.000000);
TextDrawSetSelectable(TextLogin, true); // LOGAR
if(_:clickedid != INVALID_TEXT_DRAW)
{
if(clickedid == TextLogin)
{
format(arquivo, sizeof(arquivo), ContasPlayers, getName(playerid));
if(INI_Exist(arquivo))
{
new Ip[100];
GetPlayerIp(playerid,Ip,sizeof(Ip));
format(stringlogreg, sizeof(stringlogreg), "{01F8FF}Olб, vocк jб possui uma conta registrada.\n\nNome:{01FF30} %s\n{01F8FF}Status:{01FF30} Registrada\n{01F8FF}IP:{01FF30} %s\n\n{01F8FF}Insira a sua senha para logar-se.\n\n{FFF801}* Caso tenha esquecido sua senha entre em contato com o suporte.", getName(playerid), Ip);
ShowPlayerDialog(playerid, DialogLogin, DIALOG_STYLE_PASSWORD, "{FFFFFF}Login", stringlogreg, "Login", "Sair");
}
else
{
ShowPlayerDialog(playerid, 2588, DIALOG_STYLE_MSGBOX, "{FFFFFF}AVISO", "{F60032}Vocк ainda nгo possuir uma conta em nosso servidor !\nPor Favor click em {FFFFFF}'REGISTRAR NO SERVIDOR'{F60032} antйs.", "Fechar", "");
}
return 1;
}
return 1;
}
Agradeзo desde de jб !
@Edit , Consegui resolver !
Re: Textdraw clicбvel nгo aparece a funзгo ao clicar -
willianholzadm - 09.01.2015
Como eu jб escrevi, consegui resolver o problma da tela de login mas vou aproveita esse mesmo tуpico para pedir a ajuda de vocкs em outro problema. Vamos lб !
Depois que coloquei a tela de login acima, a minha loja de armas bugou ficando com o fundo preto mas ainda consigo compra e tudo mais. Eu gostaria de remover esse fundo preto.
print do problema:
http://i.imgur.com/WLJkk0s.png
Loja de armas que uso:
http://pastebin.com/y6BiyNRW