[DUV]Dialog... [RESOLVIDO]
#1

Arrumei... ai o certo pra quem quiser:

pawn Code:
if(dialogid == 777)    
    {    
      if(response)      
      {      
       if(strcmp(inputtext,"exe2000",true)==0)
       {
         MoveObject(dinheiroexe,2747.927734375, -2451.8740234375, 11.441258430481,2.0);
         SetTimer("dindinexe",5000,1);
       } else { SendClientMessage(playerid, COLOR_RED, "Senha errada"); }
      }
    }
Reply
#2

manda o cmd tb ne
Reply
#3

pawn Code:
if(strcmp(cmd,"/senha",true)==0)  
  {    
    if(PlayerToPoint(2.0,playerid,2747.9279785156, -2451.8745117188, 14.191258430481))    
    {
    ShowPlayerDialog(playerid,777,DIALOG_STYLE_INPUT,"Senha para abrir","Digite sua senha abaixo:","Pronto","Cancelar");
    }    
    return 1;    
  }
Reply
#4

Desculpa o Double... mais preciso disso urgente
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)