[Ajuda] Problema com Textdraw Selecionavйl
#1

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.
Reply
#2

Tente algo assim:

PHP код:
public OnPlayerClickTextDraw(playeridText: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;

Reply
#3

Vlw manin deu certo, tmj humildade.

Quote:

+ REP
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)