[Ajuda] Problema com Textdraw Selecionavйl - 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] Problema com Textdraw Selecionavйl (
/showthread.php?tid=653967)
Problema com Textdraw Selecionavйl -
Poseidon4625 - 17.05.2018
Entгo pessoal estou tendo um problema muito chato com as textdraws selecionбveis, o problema й que quando clico na textdraw ela nгo chama a callback, coloquei algumas print lб e vi que nгo estб chamando, se alguйm poder ajudar eu agradeзo.
#REMOVED.
Re: Problema com Textdraw Selecionavйl -
humildadeforever - 17.05.2018
Tente algo assim:
PHP код:
public OnPlayerClickTextDraw(playerid, Text:clickedid)
{
print("Deus й top!");
if(clickedid == Logand[18])
{
SendClientMessage(playerid,-1,"Logar");
}
else if(clickedid == Logand[19])
{
SendClientMessage(playerid,-1,"Registrar");
}
else if(clickedid == Logand[20])
{
SendClientMessage(playerid,-1,"Sexo");
}
else if(clickedid == Logand[21])
{
SendClientMessage(playerid,-1,"Suporte");
}
else if(clickedid == Logand[22])
{
SendClientMessage(playerid,-1,"Sair");
}
return 0;
}
Re: Problema com Textdraw Selecionavйl -
Poseidon4625 - 17.05.2018
Vlw manin deu certo, tmj humildade.
Quote:
+ REP
|