Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. if(strcmp(cmdtext,"/climas",true)) // nosso comando.
  2. { // abre a chave
  3.     ShowPlayerDialog(playerid, clima, DIALOG_STYLE_LIST, "CLIMAS BY : BarbosaScritp", "Tempestade/nLimpo", "Selecionar", "Sair");  
  4.     return 1;
  5. }