MaGnO_357

Skins em Dialog V 2.0 by MaGnO_357

Aug 25th, 2011
717
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 44.86 KB | None | 0 0
  1.     /*POR FAVOR NÃO RETIRE OS CRÉDITOS :D EXCLUSIVO PARA FORUM SAMP
  2.     POR FAVOR NÃO RETIRE OS CRÉDITOS :D EXCLUSIVO PARA FORUM SAMP
  3.     QUALER DUVIDA OU "BUG <<bug não tem mais qualquer coisa me add no msn ou avisa no tópico>>" XD
  4.     VISITE O BLOG DA FAMILIA SAW...
  5.  
  6.     >>>>>>>>>>>>>>>>>>>>>>>>> BLOG: FAMILIASAW.BLOGSPOT.COM <<<<<<<<<<<<<<<<<<<<<<<<<
  7.     >>>>>>>>>>>>>>>>>>>>>>>> MSN:  [email protected] <<<<<<<<<<<<<<<<<<<<<<<<<<
  8.     */
  9.     #include <a_samp>
  10.     #include <Dini>
  11.     #define Groove 100
  12.     #define VERMELHO                                                      0xF60000AA
  13.     #define Ballas 101
  14.     #define praia 102
  15.     #define Mafia 103
  16.     #define Rifa 104
  17.     #define Vagos 105
  18.     #define Triad 106
  19.     #define Esportistas 107
  20.     #define Garotas 108
  21.     #define Bikes 109
  22.     #define LosAztecas 110
  23.     #define Outros 111
  24.     #define Outros2 112
  25.     #define Cores 113
  26.     #define MaGnO_357 12345
  27.     #define FILTERSCRIPT
  28.     #if defined FILTERSCRIPT
  29.     stock pName(playerid)
  30.     {
  31.             new Nome[MAX_PLAYER_NAME]; GetPlayerName(playerid, Nome, sizeof(Nome));
  32.             if (playerid == INVALID_PLAYER_ID) format(Nome, sizeof(Nome), "Ninguem");
  33.             return Nome;
  34.     }
  35.     public OnFilterScriptInit()
  36.     {
  37.             if(!fexist("Cornick.ini")) dini_Create("Cornick.ini");
  38.             if(!fexist("skin.ini")) dini_Create("skin.ini");
  39.             print("MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM");
  40.             print("M                                   M");
  41.             print("M         Créditos by: MaGnO_357    M");
  42.             print("M                                   M");
  43.             print("MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM");
  44.             return 1;
  45.     }
  46.     public OnFilterScriptExit()
  47.     {
  48.         return 1;
  49.     }
  50.     public OnPlayerConnect(playerid)
  51.     {
  52.     if(dini_Isset("Cornick.ini",PlayerName(playerid))) SetPlayerColor(playerid,dini_Int("Cornick.ini",PlayerName(playerid)));
  53.     return 1;
  54.     }
  55.     //==============================================================================
  56.     public OnPlayerDisconnect(playerid, reason)
  57.     {
  58.     dini_IntSet("Cornick.ini",PlayerName(playerid),GetPlayerColor (playerid));
  59.     dini_IntSet("skin.ini",pName(playerid),GetPlayerSkin(playerid));
  60.     return 1;
  61.     }
  62.     public OnPlayerSpawn(playerid)
  63.     {
  64.     if(dini_Isset("skin.ini",pName(playerid))) SetPlayerSkin(playerid,dini_Int("skin.ini",pName(playerid)));
  65.     return 1;
  66.     }
  67.     //========================COMANDOS AKI==========================================
  68.     public OnPlayerCommandText(playerid, cmdtext[])
  69.     {
  70.     if(strcmp("/mudarskin",cmdtext,true,11) == 0)
  71.     {
  72.             ShowPlayerDialog(playerid,MaGnO_357,DIALOG_STYLE_LIST,"Mudar Skin Em Dialog by MaGnO_357","Groove\nBallas\nPraia\nMafia\nRifa\nVagos\nTriad\nEsportistas\nGarotas\nBikes\nLos Aztecas\nOutros\nOutros2\nCores","Selecionar", "Cancelar");
  73.             return 1;
  74.     }
  75.     return 0;
  76.     }
  77.     public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
  78.     {
  79.             if(dialogid == MaGnO_357)
  80.             {
  81.                     if(response)
  82.                     {
  83.                             if(listitem == 0)
  84.                             {
  85.                             ShowPlayerDialog(playerid, Groove, DIALOG_STYLE_LIST, "Groove", "CJ\nGroove1\nGroove2\nGroove3\n", "Selecionar", "Cancelar" );
  86.                             }
  87.                             if(listitem == 1)
  88.                             {
  89.                             ShowPlayerDialog(playerid, Ballas, DIALOG_STYLE_LIST, "Ballas", "Ballas1\nBallas2\nBallas3\n", "Selecionar", "Cancelar" );
  90.                             }
  91.                             if(listitem == 2)
  92.                             {
  93.                             ShowPlayerDialog(playerid, praia, DIALOG_STYLE_LIST, "Praias", "Praias1\nPraias2\nPraias3\nPraias4\nPraias5\nPraias6\nPraias7\nPraias8\nPraias9\nPraias10\nPraias11", "Selecionar", "Cancelar" );
  94.                             }
  95.                             if(listitem == 3)
  96.                             {
  97.                             ShowPlayerDialog(playerid, Mafia, DIALOG_STYLE_LIST, "Mafia", "Mafia1\nMafia2\nMafia3\nMafia4\nMafia5\nMafia6\nMafia7", "Selecionar", "Cancelar" );
  98.                             }
  99.                             if(listitem == 4)
  100.                             {
  101.                             ShowPlayerDialog(playerid, Rifa, DIALOG_STYLE_LIST, "Rifa", "Rifa1\nRifa2\nRifa3\n", "Selecionar", "Cancelar" );
  102.                             }
  103.                             if(listitem == 5)
  104.                             {
  105.                             ShowPlayerDialog(playerid, Vagos, DIALOG_STYLE_LIST, "Vagos", "Vagos1\nVagos2\nVagos3\n", "Selecionar", "Cancelar" );
  106.                             }
  107.                             if(listitem == 6)
  108.                             {
  109.                             ShowPlayerDialog(playerid, Triad, DIALOG_STYLE_LIST, "Triad", " Triad1\nTriad2\nTriad3\n", "Selecionar", "Cancelar" );
  110.                             }
  111.                             if(listitem == 7)
  112.                             {
  113.                             ShowPlayerDialog(playerid, Esportistas, DIALOG_STYLE_LIST, "Esportistas", " Esportista1\nEsportista2\nEsportista3\nEsportista4\nEsportista5\nEsportista6\nEsportista7\nEsportista8\nEsportista9\nEsportista10", "Selecionar", "Cancelar" );
  114.                             }
  115.                             if(listitem == 8)
  116.                             {
  117.                             ShowPlayerDialog(playerid, Garotas, DIALOG_STYLE_LIST, "Garotas", " Garotas1\nGarotas2\nGarotas3\nGarotas4\nGarotas5\nGarotas6", "Selecionar", "Cancelar" );
  118.                             }
  119.                             if(listitem == 9)
  120.                             {
  121.                             ShowPlayerDialog(playerid, Bikes, DIALOG_STYLE_LIST, "Bikes", "Bikes1\nBikes2\nBikes3\nBikes4", "Selecionar", "Cancelar" );
  122.                             }
  123.                             if(listitem == 10)
  124.                             {
  125.                             ShowPlayerDialog(playerid, LosAztecas, DIALOG_STYLE_LIST, "Los Aztecas", "Aztecas1\nAztecas2\nAztecas3", "Selecionar", "Cancelar" );
  126.                             }
  127.                             if(listitem == 11)
  128.                             {
  129.                             ShowPlayerDialog(playerid, Outros, DIALOG_STYLE_LIST, "Outros", "Outros1\nOutros2\nOutros3\nOutros4\nOutros5\nOutros6\nOutros7\nOutros8\nOutros9\nOutros10\nOutros11\nOutros12\nOutros13\nOutros14\nOutros15\nOutros16\nOutros15\nOutros16\nOutros17\nOutros18\nOutros19\nOutros20\nOutros21\nOutros22\nOutros23\nOutros24\nOutros25\nOutros26\nOutros27\nOutros28\nOutros29\nOutros30\nOutros31\nOutros32\nOutros33\nOutros34\nOutros35\nOutros36\nOutros37", "Selecionar", "Cancelar" );
  130.                             }
  131.                             if(listitem == 12)
  132.                             {
  133.                             ShowPlayerDialog(playerid, Outros2, DIALOG_STYLE_LIST, "Outros2", "Outross38\nOutros39\nOutros40\nOutros41\nOutros42\nOutros43\nOutros44\nOutros45\nOutros46\nOutros47\nOutros48\nOutros49\nOutros50\nOutros51\nOutros52\nOutros53\nOutros54\nOutros55\nOutros56\nOutros57", "Selecionar", "Cancelar" );
  134.                             }
  135.                             if(listitem == 13)
  136.                             {
  137.                             ShowPlayerDialog(playerid, Cores, DIALOG_STYLE_LIST, "Cores","Preto\nBranco\nAzul\nVerde\nVermelho\nLaranjado\nAmarelo\nRosa\nAzul Claro\nRoxo\nTurquesa\nAzul Fraco\nChocolate\nRoxo Medio\nRosa Perfumado\n", "Selecionar", "Cancelar" );
  138.                             }
  139.                     }
  140.                     return 1;
  141.             }
  142.     //==============================================================================
  143.             if(dialogid == Groove)
  144.             {
  145.                     if(response)
  146.                     {
  147.                             if(listitem == 0)
  148.                             {
  149.                             SetPlayerSkin(playerid, 0);
  150.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 0");
  151.                             }
  152.                             if(listitem == 1)
  153.                             {
  154.                             SetPlayerSkin(playerid, 105);
  155.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 105");
  156.                             }
  157.                             if(listitem == 2)
  158.                             {
  159.                             SetPlayerSkin(playerid, 106);
  160.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 106");
  161.                             }
  162.                             if(listitem == 3)
  163.                             {
  164.                             SetPlayerSkin(playerid, 107);
  165.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 107");
  166.                             }
  167.                     }
  168.                     return 1;
  169.             }
  170.     //==============================================================================
  171.             if(dialogid == Ballas)
  172.             {
  173.                     if(response)
  174.                     {
  175.                             if(listitem == 0)
  176.                             {
  177.                             SetPlayerSkin(playerid,102);
  178.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 102");
  179.                             }
  180.                             if(listitem == 1)
  181.                             {
  182.                             SetPlayerSkin(playerid, 103);
  183.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 103");
  184.                             }
  185.                             if(listitem == 2)
  186.                             {
  187.                             SetPlayerSkin(playerid, 104);
  188.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 104");
  189.                             }
  190.                     }
  191.                     return 1;
  192.             }
  193.     //==============================================================================
  194.             if(dialogid == praia)
  195.             {
  196.                     if(response)
  197.                     {
  198.                             if(listitem == 0)
  199.                             {
  200.                             SetPlayerSkin(playerid, 138);
  201.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 138");
  202.                             }
  203.                             if(listitem == 1)
  204.                             {
  205.                             SetPlayerSkin(playerid, 139);
  206.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 139");
  207.                             }
  208.                             if(listitem == 2)
  209.                             {
  210.                             SetPlayerSkin(playerid, 140);
  211.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 140");
  212.                             }
  213.                             if(listitem == 3)
  214.                             {
  215.                             SetPlayerSkin(playerid, 145);
  216.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 145");
  217.                             }
  218.                             if(listitem == 4)
  219.                             {
  220.                             SetPlayerSkin(playerid, 146);
  221.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 146");
  222.                             }
  223.                             if(listitem == 5)
  224.                             {
  225.                             SetPlayerSkin(playerid, 154);
  226.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 154");
  227.                             }
  228.                             if(listitem == 6)
  229.                             {
  230.                             SetPlayerSkin(playerid, 251);
  231.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 251");
  232.                             }
  233.                             if(listitem == 7)
  234.                             {
  235.                             SetPlayerSkin(playerid, 92);
  236.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 92");
  237.                             }
  238.                             if(listitem == 8)
  239.                             {
  240.                             SetPlayerSkin(playerid, 97);
  241.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 97");
  242.                             }
  243.                             if(listitem == 9)
  244.                             {
  245.                             SetPlayerSkin(playerid, 45);
  246.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 45");
  247.                             }
  248.                             if(listitem == 10)
  249.                             {
  250.                             SetPlayerSkin(playerid, 18);
  251.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 18");
  252.                             }
  253.                     }
  254.                     return 1;
  255.     }
  256.             if(dialogid == Mafia)
  257.             {
  258.                     if(response)
  259.                     {
  260.                             if(listitem == 0)
  261.                             {
  262.                             SetPlayerSkin(playerid, 111);
  263.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 111");
  264.                             }
  265.                             if(listitem == 1)
  266.                             {
  267.                             SetPlayerSkin(playerid, 112);
  268.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 112");
  269.                             }
  270.                             if(listitem == 2)
  271.                             {
  272.                             SetPlayerSkin(playerid, 113);
  273.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 113");
  274.                             }
  275.                             if(listitem == 3)
  276.                             {
  277.                             SetPlayerSkin(playerid, 124);
  278.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 124");
  279.                             }
  280.                             if(listitem == 4)
  281.                             {
  282.                             SetPlayerSkin(playerid, 125);
  283.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 125");
  284.                             }
  285.                             if(listitem == 5)
  286.                             {
  287.                             SetPlayerSkin(playerid, 126);
  288.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 126");
  289.                             }
  290.                             if(listitem == 6)
  291.                             {
  292.                             SetPlayerSkin(playerid, 127);
  293.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 127");
  294.                             }
  295.                             }
  296.                     return 1;
  297.     }
  298.             if(dialogid == Rifa)
  299.             {
  300.                     if(response)
  301.                     {
  302.                             if(listitem == 0)
  303.                             {
  304.                             SetPlayerSkin(playerid, 173);
  305.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 173");
  306.                             }
  307.                             if(listitem == 1)
  308.                             {
  309.                             SetPlayerSkin(playerid, 174);
  310.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 174");
  311.                             }
  312.                             if(listitem == 2)
  313.                             {
  314.                             SetPlayerSkin(playerid, 175);
  315.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 175");
  316.                             }
  317.                             }
  318.                     return 1;
  319.     }
  320.             if(dialogid == Mafia)
  321.             {
  322.                     if(response)
  323.                     {
  324.                             if(listitem == 0)
  325.                             {
  326.                             SetPlayerSkin(playerid, 108);
  327.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 108");
  328.                             }
  329.                             if(listitem == 1)
  330.                             {
  331.                             SetPlayerSkin(playerid, 109);
  332.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 109");
  333.                             }
  334.                             if(listitem == 2)
  335.                             {
  336.                             SetPlayerSkin(playerid, 110);
  337.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 110");
  338.                             }
  339.                             }
  340.                     return 1;
  341.     }
  342.             if(dialogid == Triad)
  343.             {
  344.                     if(response)
  345.                     {
  346.                             if(listitem == 0)
  347.                             {
  348.                             SetPlayerSkin(playerid, 117);
  349.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 117");
  350.                             }
  351.                             if(listitem == 1)
  352.                             {
  353.                             SetPlayerSkin(playerid, 118);
  354.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 118");
  355.                             }
  356.                             if(listitem == 2)
  357.                             {
  358.                             SetPlayerSkin(playerid, 120);
  359.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 120");
  360.                             }
  361.                             }
  362.                     return 1;
  363.     }
  364.             if(dialogid == Esportistas)
  365.             {
  366.                     if(response)
  367.                     {
  368.                             if(listitem == 0)
  369.                             {
  370.                             SetPlayerSkin(playerid, 258);
  371.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 258");
  372.                             }
  373.                             if(listitem == 1)
  374.                             {
  375.                             SetPlayerSkin(playerid, 259);
  376.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 259");
  377.                             }
  378.                             if(listitem == 2)
  379.                             {
  380.                             SetPlayerSkin(playerid, 26);
  381.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 26");
  382.                             }
  383.                             if(listitem == 3)
  384.                             {
  385.                             SetPlayerSkin(playerid, 51);
  386.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 51");
  387.                             }
  388.                             if(listitem == 4)
  389.                             {
  390.                             SetPlayerSkin(playerid, 52);
  391.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 52");
  392.                             }
  393.                             if(listitem == 5)
  394.                             {
  395.                             SetPlayerSkin(playerid, 80);
  396.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 80");
  397.                             }
  398.                             if(listitem == 6)
  399.                             {
  400.                             SetPlayerSkin(playerid, 81);
  401.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 81");
  402.                             }
  403.                             if(listitem == 7)
  404.                             {
  405.                             SetPlayerSkin(playerid, 23);
  406.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 23");
  407.                             }
  408.                             if(listitem == 8)
  409.                             {
  410.                             SetPlayerSkin(playerid, 96);
  411.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 96");
  412.                             }
  413.                             if(listitem == 9)
  414.                             {
  415.                             SetPlayerSkin(playerid, 99);
  416.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 99");
  417.                             }
  418.                             }
  419.                     return 1;
  420.     }
  421.             if(dialogid == Garotas)
  422.             {
  423.                     if(response)
  424.                     {
  425.                             if(listitem == 0)
  426.                             {
  427.                             SetPlayerSkin(playerid, 195);
  428.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 195");
  429.                             }
  430.                             if(listitem == 1)
  431.                             {
  432.                             SetPlayerSkin(playerid, 190);
  433.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 190");
  434.                             }
  435.                             if(listitem == 2)
  436.                             {
  437.                             SetPlayerSkin(playerid, 191);
  438.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 191");
  439.                             }
  440.                             if(listitem == 3)
  441.                             {
  442.                             SetPlayerSkin(playerid, 192);
  443.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 192");
  444.                             }
  445.                             if(listitem == 4)
  446.                             {
  447.                             SetPlayerSkin(playerid, 193);
  448.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 193");
  449.                             }
  450.                             if(listitem == 5)
  451.                             {
  452.                             SetPlayerSkin(playerid, 194);
  453.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 194");
  454.                             }
  455.                     }
  456.                     return 1;
  457.     }
  458.             if(dialogid == Bikes)
  459.             {
  460.                     if(response)
  461.                     {
  462.                             if(listitem == 0)
  463.                             {
  464.                             SetPlayerSkin(playerid, 100);
  465.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 100");
  466.                             }
  467.                             if(listitem == 1)
  468.                             {
  469.                             SetPlayerSkin(playerid, 247);
  470.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 247");
  471.                             }
  472.                             if(listitem == 2)
  473.                             {
  474.                             SetPlayerSkin(playerid, 248);
  475.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 248");
  476.                             }
  477.                             if(listitem == 3)
  478.                             {
  479.                             SetPlayerSkin(playerid, 254);
  480.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 254");
  481.                             }
  482.                             }
  483.                     return 1;
  484.     }
  485.             if(dialogid == LosAztecas)
  486.             {
  487.                     if(response)
  488.                     {
  489.                             if(listitem == 0)
  490.                             {
  491.                             SetPlayerSkin(playerid, 114);
  492.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 114");
  493.                             }
  494.                             if(listitem == 1)
  495.                             {
  496.                             SetPlayerSkin(playerid, 115);
  497.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 115");
  498.                             }
  499.                             if(listitem == 2)
  500.                             {
  501.                             SetPlayerSkin(playerid, 116);
  502.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 116");
  503.                             }
  504.                     }
  505.                     return 1;
  506.     }
  507.             if(dialogid == Outros)
  508.             {
  509.                     if(response)
  510.                     {
  511.                             if(listitem == 0)
  512.                             {
  513.                             SetPlayerSkin(playerid, 134);
  514.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 134");
  515.                             }
  516.                             if(listitem == 1)
  517.                             {
  518.                             SetPlayerSkin(playerid, 135);
  519.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 135");
  520.                             }
  521.                             if(listitem == 2)
  522.                             {
  523.                             SetPlayerSkin(playerid, 137);
  524.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 137");
  525.                             }
  526.                             if(listitem == 3)
  527.                             {
  528.                             SetPlayerSkin(playerid, 181);
  529.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 181");
  530.                             }
  531.                             if(listitem == 4)
  532.                             {
  533.                             SetPlayerSkin(playerid, 213);
  534.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 213");
  535.                             }
  536.                             if(listitem == 5)
  537.                             {
  538.                             SetPlayerSkin(playerid, 212);
  539.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 212");
  540.                             }
  541.                             if(listitem == 6)
  542.                             {
  543.                             SetPlayerSkin(playerid, 224);
  544.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 224");
  545.                             }
  546.                             if(listitem == 7)
  547.                             {
  548.                             SetPlayerSkin(playerid, 230);
  549.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 230");
  550.                             }
  551.                             if(listitem == 8)
  552.                             {
  553.                             SetPlayerSkin(playerid, 239);
  554.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 239");
  555.                             }
  556.                             if(listitem == 9)
  557.                             {
  558.                             SetPlayerSkin(playerid, 249);
  559.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 249");
  560.                             }
  561.                             if(listitem == 10)
  562.                             {
  563.                             SetPlayerSkin(playerid, 241);
  564.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 241");
  565.                             }
  566.                             if(listitem == 11)
  567.                             {
  568.                             SetPlayerSkin(playerid, 242);
  569.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 242");
  570.                             }
  571.                             if(listitem == 12)
  572.                             {
  573.                             SetPlayerSkin(playerid, 252);
  574.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 252");
  575.                             }
  576.                             if(listitem == 13)
  577.                             {
  578.                             SetPlayerSkin(playerid, 253);
  579.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 253");
  580.                             }
  581.                             if(listitem == 14)
  582.                             {
  583.                             SetPlayerSkin(playerid, 255);
  584.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 255");
  585.                             }
  586.                             if(listitem == 15)
  587.                             {
  588.                             SetPlayerSkin(playerid, 29);
  589.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 29");
  590.                             }
  591.                             if(listitem == 16)
  592.                             {
  593.                             SetPlayerSkin(playerid, 30);
  594.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 30");
  595.                             }
  596.                             if(listitem == 17)
  597.                             {
  598.                             SetPlayerSkin(playerid, 49);
  599.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 49");
  600.                             }
  601.                             if(listitem == 18)
  602.                             {
  603.                             SetPlayerSkin(playerid, 50);
  604.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 50");
  605.                             }
  606.                             if(listitem == 19)
  607.                             {
  608.                             SetPlayerSkin(playerid, 57);
  609.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 57");
  610.                             }
  611.                             if(listitem == 20)
  612.                             {
  613.                             SetPlayerSkin(playerid, 61);
  614.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 61");
  615.                             }
  616.                             if(listitem == 21)
  617.                             {
  618.                             SetPlayerSkin(playerid, 62);
  619.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 62");
  620.                             }
  621.                             if(listitem == 22)
  622.                             {
  623.                             SetPlayerSkin(playerid, 66);
  624.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 66");
  625.                             }
  626.                             if(listitem == 23)
  627.                             {
  628.                             SetPlayerSkin(playerid, 73);
  629.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 73");
  630.                             }
  631.                             if(listitem == 24)
  632.                             {
  633.                             SetPlayerSkin(playerid, 77);
  634.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 77");
  635.                             }
  636.                             if(listitem == 25)
  637.                             {
  638.                             SetPlayerSkin(playerid, 78);
  639.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 78");
  640.                             }
  641.                             if(listitem == 26)
  642.                             {
  643.                             SetPlayerSkin(playerid, 79);
  644.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 79");
  645.                             }
  646.                             if(listitem == 27)
  647.                             {
  648.                             SetPlayerSkin(playerid, 82);
  649.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 82");
  650.                             }
  651.                             if(listitem == 28)
  652.                             {
  653.                             SetPlayerSkin(playerid, 83);
  654.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 83");
  655.                             }
  656.                             if(listitem == 29)
  657.                             {
  658.                             SetPlayerSkin(playerid, 84);
  659.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 84");
  660.                             }
  661.                             if(listitem == 30)
  662.                             {
  663.                             SetPlayerSkin(playerid, 10);
  664.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 10");
  665.                             }
  666.                             if(listitem == 31)
  667.                             {
  668.                             SetPlayerSkin(playerid, 101);
  669.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 101");
  670.                             }
  671.                             if(listitem == 32)
  672.                             {
  673.                             SetPlayerSkin(playerid, 12);
  674.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 12");
  675.                             }
  676.                             if(listitem == 33)
  677.                             {
  678.                             SetPlayerSkin(playerid, 13);
  679.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 13");
  680.                             }
  681.                             if(listitem == 34)
  682.                             {
  683.                             SetPlayerSkin(playerid, 136);
  684.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 136");
  685.                             }
  686.                             if(listitem == 35)
  687.                             {
  688.                             SetPlayerSkin(playerid, 14);
  689.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 14");
  690.                             }
  691.                             if(listitem == 36)
  692.                             {
  693.                             SetPlayerSkin(playerid, 142);
  694.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 142");
  695.                             }
  696.                             if(listitem == 37)
  697.                             {
  698.                             SetPlayerSkin(playerid, 143);
  699.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 143");
  700.                             }
  701.                             if(listitem == 38)
  702.                             {
  703.                             SetPlayerSkin(playerid, 144);
  704.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 144");
  705.                             }
  706.                             }
  707.                     return 1;
  708.                 }
  709.             if(dialogid == Outros2)
  710.             {
  711.                     if(response)
  712.                     {
  713.                             if(listitem == 0)
  714.                             {
  715.                             SetPlayerSkin(playerid, 15);
  716.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 15");
  717.                             }
  718.                             if(listitem == 1)
  719.                             {
  720.                             SetPlayerSkin(playerid, 151);
  721.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 151");
  722.                             }
  723.                             if(listitem == 2)
  724.                             {
  725.                             SetPlayerSkin(playerid, 156);
  726.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 156");
  727.                             }
  728.                             if(listitem == 3)
  729.                             {
  730.                             SetPlayerSkin(playerid, 168);
  731.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 168");
  732.                             }
  733.                             if(listitem == 4)
  734.                             {
  735.                             SetPlayerSkin(playerid, 169);
  736.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 169");
  737.                             }
  738.                             if(listitem == 5)
  739.                             {
  740.                             SetPlayerSkin(playerid, 17);
  741.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 17");
  742.                             }
  743.                             if(listitem == 6)
  744.                             {
  745.                             SetPlayerSkin(playerid, 170);
  746.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 170");
  747.                             }
  748.                             if(listitem == 7)
  749.                             {
  750.                             SetPlayerSkin(playerid, 180);
  751.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 180");
  752.                             }
  753.                             if(listitem == 8)
  754.                             {
  755.                             SetPlayerSkin(playerid, 54);
  756.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 54");
  757.                             }
  758.                             if(listitem == 9)
  759.                             {
  760.                             SetPlayerSkin(playerid, 183);
  761.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 183");
  762.                             }
  763.                             if(listitem == 10)
  764.                             {
  765.                             SetPlayerSkin(playerid, 184);
  766.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 184");
  767.                             }
  768.                             if(listitem == 11)
  769.                             {
  770.                             SetPlayerSkin(playerid, 263);
  771.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 263");
  772.                             }
  773.                             if(listitem == 12)
  774.                             {
  775.                             SetPlayerSkin(playerid, 75);
  776.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 75");
  777.                             }
  778.                             if(listitem == 13)
  779.                             {
  780.                             SetPlayerSkin(playerid, 186);
  781.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 186");
  782.                             }
  783.                             if(listitem == 14)
  784.                             {
  785.                             SetPlayerSkin(playerid, 185);
  786.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 185");
  787.                             }
  788.                             if(listitem == 15)
  789.                             {
  790.                             SetPlayerSkin(playerid, 188);
  791.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 188");
  792.                             }
  793.                             if(listitem == 16)
  794.                             {
  795.                             SetPlayerSkin(playerid, 19);
  796.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 19");
  797.                             }
  798.                             if(listitem == 17)
  799.                             {
  800.                             SetPlayerSkin(playerid, 216);
  801.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 216");
  802.                             }
  803.                             if(listitem == 18)
  804.                             {
  805.                             SetPlayerSkin(playerid, 20);
  806.                             SendClientMessage(playerid,VERMELHO,"Você mudou seu skin para o id 20");
  807.                             }
  808.                             }
  809.                     return 1;
  810.                 }
  811.             if(dialogid == Cores)
  812.             {
  813.                     if(response)
  814.                     {
  815.                             if(listitem == 0)
  816.                             {
  817.                             SetPlayerColor(playerid,0x00000AA);
  818.                             SendClientMessage(playerid,VERMELHO,"Você Mudou Sua Cor Do Nick Para Preto!");
  819.                             }
  820.                             if(listitem == 1)
  821.                             {
  822.                             SetPlayerColor(playerid,0xFFFFFFAA);
  823.                             SendClientMessage(playerid,VERMELHO,"Você Mudou Sua Cor Do Nick Para Branco!");
  824.                             }
  825.                             if(listitem == 2)
  826.                             {
  827.                             SetPlayerColor(playerid,0x0000FFAA);
  828.                             SendClientMessage(playerid,VERMELHO,"Você Mudou Sua Cor Do Nick Para Azul!");
  829.                             }
  830.                             if(listitem == 3)
  831.                             {
  832.                             SetPlayerColor(playerid,0x21DD00AA);
  833.                             SendClientMessage(playerid,VERMELHO,"Você Mudou Sua Cor Do Nick Para Verde!");
  834.                             }
  835.                             if(listitem == 4)
  836.                             {
  837.                             SetPlayerColor(playerid,0xF60000AA);
  838.                             SendClientMessage(playerid,VERMELHO,"Você Mudou Sua Cor Do Nick Para Vermelho!");
  839.                             }
  840.                             if(listitem == 5)
  841.                             {
  842.                             SetPlayerColor(playerid,0xFFA500AA);
  843.                             SendClientMessage(playerid,VERMELHO,"Você Mudou Sua Cor Do Nick Para Laranjado!");
  844.                             }
  845.                             if(listitem == 6)
  846.                             {
  847.                             SetPlayerColor(playerid,0xFFFF00AA);
  848.                             SendClientMessage(playerid,VERMELHO,"Você Mudou Sua Cor Do Nick Para Amarelo!");
  849.                             }
  850.                             if(listitem == 7)
  851.                             {
  852.                             SetPlayerColor(playerid,0xFF6EB4AA);
  853.                             SendClientMessage(playerid,VERMELHO,"Você Mudou Sua Cor Do Nick Para Rosa!");
  854.                             }
  855.                             if(listitem == 8)
  856.                             {
  857.                             SetPlayerColor(playerid,0x1E90FFAA);
  858.                             SendClientMessage(playerid,VERMELHO,"Você Mudou Sua Cor Do Nick Para Azul Claro!");
  859.                             }
  860.                             if(listitem == 9)
  861.                             {
  862.                             SetPlayerColor(playerid,0x9400D3AA);
  863.                             SendClientMessage(playerid,VERMELHO,"Você Mudou Sua Cor Do Nick Para Roxo!");
  864.                             }
  865.                             if(listitem == 10)
  866.                             {
  867.                             SetPlayerColor(playerid,0x00F5FFAA);
  868.                             SendClientMessage(playerid,VERMELHO,"Você Mudou Sua Cor Do Nick Para Turquesa!");
  869.                             }
  870.                             if(listitem == 11)
  871.                             {
  872.                             SetPlayerColor(playerid,0x00BFFFAA);
  873.                             SendClientMessage(playerid,VERMELHO,"Você Mudou Sua Cor Do Nick Para Azul Fraco!");
  874.                             }
  875.                             if(listitem == 12)
  876.                             {
  877.                             SetPlayerColor(playerid,0xCD661DAA);
  878.                             SendClientMessage(playerid,VERMELHO,"Você Mudou Sua Cor Do Nick Para Chocolate!");
  879.                             }
  880.                             if(listitem == 13)
  881.                             {
  882.                             SetPlayerColor(playerid,0x8968CDAA);
  883.                             SendClientMessage(playerid,VERMELHO,"Você Mudou Sua Cor Do Nick Para Roxo Medio!");
  884.                             }
  885.                             if(listitem == 14)
  886.                             {
  887.                             SetPlayerColor(playerid,0xFF1493AA);
  888.                             SendClientMessage(playerid,VERMELHO,"Você Mudou Sua Cor Do Nick Para Rosa Perfumado!");
  889.                             }
  890.                             }
  891.                     }
  892.             return 1;
  893.     }
  894. stock PlayerName(playerid)
  895. {
  896.       new names[MAX_PLAYER_NAME];
  897.       GetPlayerName(playerid, names, sizeof(names));
  898.       return names;
  899. }
  900.     //==============================================================================
  901.  
  902. #endif
Advertisement
Add Comment
Please, Sign In to add comment