Advertisement
MaGnO_357

Skins Em Dialog by MaGnO_357

Aug 21st, 2011
671
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 18.48 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:  SUPORTE_MAGNO_357@HOTMAIL.COM <<<<<<<<<<<<<<<<<<<<<<<<<<
  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 MaGnO_357 12345
  25. #define FILTERSCRIPT
  26. #if defined FILTERSCRIPT
  27. stock pName(playerid)
  28. {
  29.     new Nome[MAX_PLAYER_NAME]; GetPlayerName(playerid, Nome, sizeof(Nome));
  30.     if (playerid == INVALID_PLAYER_ID) format(Nome, sizeof(Nome), "Ninguem");
  31.     return Nome;
  32. }
  33. public OnFilterScriptInit()
  34. {
  35.     if(!fexist("skin.ini")) dini_Create("skin.ini");
  36.     print("MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM");
  37.     print("M                                   M");
  38.     print("M     Créditos by: MaGnO_357    M");
  39.     print("M                                   M");
  40.     print("MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM");
  41.     return 1;
  42. }
  43. public OnFilterScriptExit()
  44. {
  45.     return 1;
  46. }
  47. public OnPlayerConnect(playerid)
  48. {
  49. return 1;
  50. }
  51. //==============================================================================
  52. public OnPlayerDisconnect(playerid, reason)
  53. {
  54.     dini_IntSet("skin.ini",pName(playerid),GetPlayerSkin(playerid));
  55.     return 1;
  56. }
  57. public OnPlayerSpawn(playerid)
  58. {
  59.     if(dini_Isset("skin.ini",pName(playerid))) SetPlayerSkin(playerid,dini_Int("skin.ini",pName(playerid)));
  60.     return 1;
  61. }
  62. //========================COMANDOS AKI==========================================
  63. public OnPlayerCommandText(playerid, cmdtext[])
  64. {
  65. if(strcmp("/mudarskin",cmdtext,true,11) == 0)
  66. {
  67.     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","Selecionar", "Cancelar");
  68.     return 1;
  69. }
  70. return 0;
  71. }
  72. public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
  73. {
  74.     if(dialogid == MaGnO_357)
  75.     {
  76.         if(response)
  77.         {
  78.             if(listitem == 0)
  79.             {
  80.             ShowPlayerDialog(playerid, Groove, DIALOG_STYLE_LIST, "Groove", "CJ\nGroove1\nGroove2\nGroove3\n", "Selecionar", "Cancelar" );
  81.             }
  82.             if(listitem == 1)
  83.             {
  84.             ShowPlayerDialog(playerid, Ballas, DIALOG_STYLE_LIST, "Ballas", "Ballas1\nBallas2\nBallas3\n", "Selecionar", "Cancelar" );
  85.             }
  86.             if(listitem == 2)
  87.             {
  88.             ShowPlayerDialog(playerid, praia, DIALOG_STYLE_LIST, "Praias", "Praias1\nPraias2\nPraias3\nPraias4\nPraias5\nPraias6\nPraias7\nPraias8\nPraias9\nPraias10\nPraias11", "Selecionar", "Cancelar" );
  89.             }
  90.             if(listitem == 3)
  91.             {
  92.             ShowPlayerDialog(playerid, Mafia, DIALOG_STYLE_LIST, "Mafia", "Mafia1\nMafia2\nMafia3\nMafia4\nMafia5\nMafia6\nMafia7", "Selecionar", "Cancelar" );
  93.             }
  94.             if(listitem == 4)
  95.             {
  96.             ShowPlayerDialog(playerid, Rifa, DIALOG_STYLE_LIST, "Rifa", "Rifa1\nRifa2\nRifa3\n", "Selecionar", "Cancelar" );
  97.             }
  98.             if(listitem == 5)
  99.             {
  100.             ShowPlayerDialog(playerid, Vagos, DIALOG_STYLE_LIST, "Vagos", "Vagos1\nVagos2\nVagos3\n", "Selecionar", "Cancelar" );
  101.             }
  102.             if(listitem == 6)
  103.             {
  104.             ShowPlayerDialog(playerid, Triad, DIALOG_STYLE_LIST, "Triad", " Triad1\nTriad2\nTriad3\n", "Selecionar", "Cancelar" );
  105.             }
  106.             if(listitem == 7)
  107.             {
  108.             ShowPlayerDialog(playerid, Esportistas, DIALOG_STYLE_LIST, "Esportistas", " Esportista1\nEsportista2\nEsportista3\nEsportista4\nEsportista5\nEsportista6\nEsportista7\nEsportista8\nEsportista9\nEsportista10", "Selecionar", "Cancelar" );
  109.             }
  110.             if(listitem == 8)
  111.             {
  112.             ShowPlayerDialog(playerid, Garotas, DIALOG_STYLE_LIST, "Garotas", " Garotas1\nGarotas2\nGarotas3\nGarotas4\nGarotas5\nGarotas6", "Selecionar", "Cancelar" );
  113.             }
  114.             if(listitem == 9)
  115.             {
  116.             ShowPlayerDialog(playerid, Bikes, DIALOG_STYLE_LIST, "Bikes", "Bikes1\nBikes2\nBikes3\nBikes4", "Selecionar", "Cancelar" );
  117.             }
  118.             if(listitem == 10)
  119.             {
  120.             ShowPlayerDialog(playerid, LosAztecas, DIALOG_STYLE_LIST, "Los Aztecas", "Aztecas1\nAztecas2\nAztecas3", "Selecionar", "Cancelar" );
  121.             }
  122.             if(listitem == 11)
  123.             {
  124.             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", "Selecionar", "Cancelar" );
  125.             }
  126.         }
  127.         return 1;
  128.     }
  129. //==============================================================================
  130.     if(dialogid == Groove)
  131.     {
  132.         if(response)
  133.         {
  134.             if(listitem == 0)
  135.             {
  136.             SetPlayerSkin(playerid, 0);
  137.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 0");
  138.             }
  139.             if(listitem == 1)
  140.             {
  141.             SetPlayerSkin(playerid, 105);
  142.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 105");
  143.             }
  144.             if(listitem == 2)
  145.             {
  146.             SetPlayerSkin(playerid, 106);
  147.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 106");
  148.             }
  149.             {
  150.             SetPlayerSkin(playerid, 107);
  151.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 107");
  152.             }
  153.         }
  154.         return 1;
  155.     }
  156. //==============================================================================
  157.     if(dialogid == Ballas)
  158.     {
  159.         if(response)
  160.         {
  161.             if(listitem == 0)
  162.             {
  163.             SetPlayerSkin(playerid,102);
  164.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 102");
  165.             }
  166.             if(listitem == 1)
  167.             {
  168.             SetPlayerSkin(playerid, 103);
  169.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 103");
  170.             }
  171.             if(listitem == 2)
  172.             {
  173.             SetPlayerSkin(playerid, 104);
  174.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 104");
  175.             }
  176.         }
  177.         return 1;
  178.     }
  179. //==============================================================================
  180.     if(dialogid == praia)
  181.     {
  182.         if(response)
  183.         {
  184.             if(listitem == 0)
  185.             {
  186.             SetPlayerSkin(playerid, 138);
  187.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 138");
  188.             }
  189.             if(listitem == 1)
  190.             {
  191.             SetPlayerSkin(playerid, 139);
  192.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 139");
  193.             }
  194.             if(listitem == 2)
  195.             {
  196.             SetPlayerSkin(playerid, 140);
  197.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 140");
  198.             }
  199.             if(listitem == 3)
  200.             {
  201.             SetPlayerSkin(playerid, 145);
  202.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 145");
  203.             }
  204.             if(listitem == 4)
  205.             {
  206.             SetPlayerSkin(playerid, 146);
  207.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 146");
  208.             }
  209.             if(listitem == 5)
  210.             {
  211.             SetPlayerSkin(playerid, 154);
  212.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 154");
  213.             }
  214.             if(listitem == 6)
  215.             {
  216.             SetPlayerSkin(playerid, 251);
  217.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 251");
  218.             }
  219.             if(listitem == 7)
  220.             {
  221.             SetPlayerSkin(playerid, 92);
  222.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 92");
  223.             }
  224.             if(listitem == 8)
  225.             {
  226.             SetPlayerSkin(playerid, 97);
  227.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 97");
  228.             }
  229.             if(listitem == 9)
  230.             {
  231.             SetPlayerSkin(playerid, 45);
  232.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 45");
  233.             }
  234.             if(listitem == 10)
  235.             {
  236.             SetPlayerSkin(playerid, 18);
  237.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 18");
  238.             }
  239.         }
  240.         return 1;
  241. }
  242.     if(dialogid == Mafia)
  243.     {
  244.         if(response)
  245.         {
  246.             if(listitem == 0)
  247.             {
  248.             SetPlayerSkin(playerid, 111);
  249.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 111");
  250.             }
  251.             if(listitem == 1)
  252.             {
  253.             SetPlayerSkin(playerid, 112);
  254.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 112");
  255.             }
  256.             if(listitem == 2)
  257.             {
  258.             SetPlayerSkin(playerid, 113);
  259.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 113");
  260.             }
  261.             if(listitem == 3)
  262.             {
  263.             SetPlayerSkin(playerid, 124);
  264.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 124");
  265.             }
  266.             if(listitem == 4)
  267.             {
  268.             SetPlayerSkin(playerid, 125);
  269.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 125");
  270.             }
  271.             if(listitem == 5)
  272.             {
  273.             SetPlayerSkin(playerid, 126);
  274.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 126");
  275.             }
  276.             if(listitem == 6)
  277.             {
  278.             SetPlayerSkin(playerid, 127);
  279.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 127");
  280.             }
  281.             }
  282.         return 1;
  283. }
  284.     if(dialogid == Rifa)
  285.     {
  286.         if(response)
  287.         {
  288.             if(listitem == 0)
  289.             {
  290.             SetPlayerSkin(playerid, 173);
  291.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 173");
  292.             }
  293.             if(listitem == 1)
  294.             {
  295.             SetPlayerSkin(playerid, 174);
  296.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 174");
  297.             }
  298.             if(listitem == 2)
  299.             {
  300.             SetPlayerSkin(playerid, 175);
  301.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 175");
  302.             }
  303.             }
  304.         return 1;
  305. }
  306.     if(dialogid == Mafia)
  307.     {
  308.         if(response)
  309.         {
  310.             if(listitem == 0)
  311.             {
  312.             SetPlayerSkin(playerid, 108);
  313.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 108");
  314.             }
  315.             if(listitem == 1)
  316.             {
  317.             SetPlayerSkin(playerid, 109);
  318.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 109");
  319.             }
  320.             if(listitem == 2)
  321.             {
  322.             SetPlayerSkin(playerid, 110);
  323.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 110");
  324.             }
  325.             }
  326.         return 1;
  327. }
  328.     if(dialogid == Triad)
  329.     {
  330.         if(response)
  331.         {
  332.             if(listitem == 0)
  333.             {
  334.             SetPlayerSkin(playerid, 117);
  335.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 117");
  336.             }
  337.             if(listitem == 1)
  338.             {
  339.             SetPlayerSkin(playerid, 118);
  340.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 118");
  341.             }
  342.             if(listitem == 2)
  343.             {
  344.             SetPlayerSkin(playerid, 120);
  345.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 120");
  346.             }
  347.             }
  348.         return 1;
  349. }
  350.     if(dialogid == Esportistas)
  351.     {
  352.         if(response)
  353.         {
  354.             if(listitem == 0)
  355.             {
  356.             SetPlayerSkin(playerid, 258);
  357.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 258");
  358.             }
  359.             if(listitem == 1)
  360.             {
  361.             SetPlayerSkin(playerid, 259);
  362.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 259");
  363.             }
  364.             if(listitem == 2)
  365.             {
  366.             SetPlayerSkin(playerid, 26);
  367.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 26");
  368.             }
  369.             if(listitem == 3)
  370.             {
  371.             SetPlayerSkin(playerid, 51);
  372.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 51");
  373.             }
  374.             if(listitem == 4)
  375.             {
  376.             SetPlayerSkin(playerid, 52);
  377.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 52");
  378.             }
  379.             if(listitem == 5)
  380.             {
  381.             SetPlayerSkin(playerid, 80);
  382.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 80");
  383.             }
  384.             if(listitem == 6)
  385.             {
  386.             SetPlayerSkin(playerid, 81);
  387.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 81");
  388.             }
  389.             if(listitem == 7)
  390.             {
  391.             SetPlayerSkin(playerid, 23);
  392.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 23");
  393.             }
  394.             if(listitem == 8)
  395.             {
  396.             SetPlayerSkin(playerid, 96);
  397.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 96");
  398.             }
  399.             if(listitem == 9)
  400.             {
  401.             SetPlayerSkin(playerid, 99);
  402.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 99");
  403.             }
  404.             }
  405.         return 1;
  406. }
  407.     if(dialogid == Garotas)
  408.     {
  409.         if(response)
  410.         {
  411.             if(listitem == 0)
  412.             {
  413.             SetPlayerSkin(playerid, 195);
  414.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 195");
  415.             }
  416.             if(listitem == 1)
  417.             {
  418.             SetPlayerSkin(playerid, 190);
  419.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 190");
  420.             }
  421.             if(listitem == 2)
  422.             {
  423.             SetPlayerSkin(playerid, 191);
  424.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 191");
  425.             }
  426.             if(listitem == 3)
  427.             {
  428.             SetPlayerSkin(playerid, 192);
  429.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 192");
  430.             }
  431.             if(listitem == 4)
  432.             {
  433.             SetPlayerSkin(playerid, 193);
  434.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 193");
  435.             }
  436.             if(listitem == 5)
  437.             {
  438.             SetPlayerSkin(playerid, 194);
  439.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 194");
  440.             }
  441.         }
  442.         return 1;
  443. }
  444.     if(dialogid == Bikes)
  445.     {
  446.         if(response)
  447.         {
  448.             if(listitem == 0)
  449.             {
  450.             SetPlayerSkin(playerid, 100);
  451.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 100");
  452.             }
  453.             if(listitem == 1)
  454.             {
  455.             SetPlayerSkin(playerid, 247);
  456.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 247");
  457.             }
  458.             if(listitem == 2)
  459.             {
  460.             SetPlayerSkin(playerid, 248);
  461.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 248");
  462.             }
  463.             if(listitem == 3)
  464.             {
  465.             SetPlayerSkin(playerid, 254);
  466.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 254");
  467.             }
  468.             }
  469.         return 1;
  470. }
  471.     if(dialogid == LosAztecas)
  472.     {
  473.         if(response)
  474.         {
  475.             if(listitem == 0)
  476.             {
  477.             SetPlayerSkin(playerid, 114);
  478.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 114");
  479.             }
  480.             if(listitem == 1)
  481.             {
  482.             SetPlayerSkin(playerid, 115);
  483.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 115");
  484.             }
  485.             if(listitem == 2)
  486.             {
  487.             SetPlayerSkin(playerid, 116);
  488.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 116");
  489.             }
  490.         }
  491.         return 1;
  492. }
  493.     if(dialogid == Outros)
  494.     {
  495.         if(response)
  496.         {
  497.             if(listitem == 0)
  498.             {
  499.             SetPlayerSkin(playerid, 134);
  500.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 134");
  501.             }
  502.             if(listitem == 1)
  503.             {
  504.             SetPlayerSkin(playerid, 135);
  505.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 135");
  506.             }
  507.             if(listitem == 2)
  508.             {
  509.             SetPlayerSkin(playerid, 137);
  510.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 137");
  511.             }
  512.             if(listitem == 3)
  513.             {
  514.             SetPlayerSkin(playerid, 181);
  515.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 181");
  516.             }
  517.             if(listitem == 4)
  518.             {
  519.             SetPlayerSkin(playerid, 213);
  520.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 213");
  521.             }
  522.             if(listitem == 5)
  523.             {
  524.             SetPlayerSkin(playerid, 212);
  525.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 212");
  526.             }
  527.             if(listitem == 6)
  528.             {
  529.             SetPlayerSkin(playerid, 224);
  530.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 224");
  531.             }
  532.             if(listitem == 7)
  533.             {
  534.             SetPlayerSkin(playerid, 230);
  535.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 230");
  536.             }
  537.             if(listitem == 8)
  538.             {
  539.             SetPlayerSkin(playerid, 239);
  540.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 239");
  541.             }
  542.             if(listitem == 9)
  543.             {
  544.             SetPlayerSkin(playerid, 249);
  545.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 249");
  546.             }
  547.             if(listitem == 10)
  548.             {
  549.             SetPlayerSkin(playerid, 241);
  550.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 241");
  551.             }
  552.             if(listitem == 11)
  553.             {
  554.             SetPlayerSkin(playerid, 242);
  555.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 242");
  556.             }
  557.             if(listitem == 12)
  558.             {
  559.             SetPlayerSkin(playerid, 252);
  560.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 252");
  561.             }
  562.             if(listitem == 13)
  563.             {
  564.             SetPlayerSkin(playerid, 253);
  565.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 253");
  566.             }
  567.             if(listitem == 14)
  568.             {
  569.             SetPlayerSkin(playerid, 255);
  570.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 255");
  571.             }
  572.             if(listitem == 15)
  573.             {
  574.             SetPlayerSkin(playerid, 29);
  575.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 29");
  576.             }
  577.             if(listitem == 16)
  578.             {
  579.             SetPlayerSkin(playerid, 30);
  580.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 30");
  581.             }
  582.             if(listitem == 17)
  583.             {
  584.             SetPlayerSkin(playerid, 49);
  585.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 49");
  586.             }
  587.             if(listitem == 18)
  588.             {
  589.             SetPlayerSkin(playerid, 50);
  590.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 50");
  591.             }
  592.             if(listitem == 19)
  593.             {
  594.             SetPlayerSkin(playerid, 57);
  595.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 57");
  596.             }
  597.             if(listitem == 20)
  598.             {
  599.             SetPlayerSkin(playerid, 61);
  600.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 61");
  601.             }
  602.             if(listitem == 21)
  603.             {
  604.             SetPlayerSkin(playerid, 62);
  605.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 62");
  606.             }
  607.             if(listitem == 22)
  608.             {
  609.             SetPlayerSkin(playerid, 66);
  610.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 66");
  611.             }
  612.             if(listitem == 23)
  613.             {
  614.             SetPlayerSkin(playerid, 73);
  615.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 73");
  616.             }
  617.             if(listitem == 24)
  618.             {
  619.             SetPlayerSkin(playerid, 77);
  620.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 77");
  621.             }
  622.             if(listitem == 25)
  623.             {
  624.             SetPlayerSkin(playerid, 78);
  625.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 78");
  626.             }
  627.             if(listitem == 26)
  628.             {
  629.             SetPlayerSkin(playerid, 79);
  630.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 79");
  631.             }
  632.             if(listitem == 27)
  633.             {
  634.             SetPlayerSkin(playerid, 82);
  635.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 82");
  636.             }
  637.             if(listitem == 28)
  638.             {
  639.             SetPlayerSkin(playerid, 83);
  640.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 83");
  641.             }
  642.             if(listitem == 29)
  643.             {
  644.             SetPlayerSkin(playerid, 84);
  645.             SendClientMessage(playerid,VERMELHO,"você mudou seu skin para o id 84");
  646.             }
  647.             }
  648.         }
  649.     return 1;
  650. }
  651.  
  652. //==============================================================================
  653.  
  654. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement