Advertisement
Codigos

[TUT] Clima em Dialog

May 19th, 2012
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.22 KB | None | 0 0
  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. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement