Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 10.60 KB | None | 0 0
  1. SendClientMessage(playerid, COLOR_GRAD2, "You are now dressed in the Soldier Uniform.");
  2.                         return 1;
  3.                     }
  4.                 }
  5.                 else if(listitem == 1)
  6.                 {
  7.                     if(PlayerInfo[playerid][pRank] >= 3)
  8.                     {
  9.                         if(PlayerInfo[playerid][pSex] == 1)
  10.                         {
  11.                             SetPlayerSkin(playerid, 73);
  12.                             PlayerInfo[playerid][pChar] = 73;
  13.                             SendClientMessage(playerid, COLOR_GRAD2, "You are now dressed in Alternatie Soldier Uniform.");
  14.                             return 1;
  15.                         }
  16.                     }
  17.                 }
  18.                 else if(listitem == 2)
  19.                 {
  20.                     if(PlayerInfo[playerid][pRank] >= 4)
  21.                     {
  22.                         if(PlayerInfo[playerid][pSex] == 1)
  23.                         {
  24.                             SetPlayerSkin(playerid, 240);
  25.                             SendClientMessage(playerid, COLOR_GRAD2, "You are now dressed in the Ceremonial Suit.");
  26.                             return 1;
  27.                         }
  28.                         else
  29.                         {
  30.                             SetPlayerSkin(playerid, 194);
  31.                             SendClientMessage(playerid, COLOR_GRAD2, "You are now dressed in the Ceremonial Suit.");
  32.                             return 1;
  33.                         }
  34.                     }
  35.                 }
  36.                 else if(listitem == 3)
  37.                 {
  38.                     if(PlayerInfo[playerid][pRank] >= 1)
  39.                     {
  40.                         SetPlayerSkin(playerid, 70);
  41.                         SendClientMessage(playerid, COLOR_GRAD2, "You are now dressed in a lab coat.");
  42.                         return 1;
  43.                     }
  44.                 }
  45.                 else if(listitem == 4)
  46.                 {
  47.                     if(PlayerInfo[playerid][pRank] >= 8)
  48.                     {
  49.                         SetPlayerSkin(playerid, 179);
  50.                         SendClientMessage(playerid, COLOR_GRAD2, "You are now dressed in the Special Forces Suit.");
  51.                         return 1;
  52.                     }
  53.                 }
  54.                 else if(listitem == 5)
  55.                 {
  56.                     if(PlayerInfo[playerid][pRank] >= 1)
  57.                     {
  58.                         if(PlayerInfo[playerid][pSex] == 2)
  59.                         {
  60.                             SetPlayerSkin(playerid, 191);
  61.                             PlayerInfo[playerid][pChar] = 191;
  62.                             SendClientMessage(playerid, COLOR_GRAD2, "You are now dressed in Female Soldier Suit");
  63.                         }
  64.                     }
  65.                 }
  66.                 else if(listitem == 6)
  67.                 {
  68.                     if(PlayerInfo[playerid][pRank] >= 1)
  69.                     {
  70.                         if(PlayerInfo[playerid][pSex] == 2)
  71.                         {
  72.                             SetPlayerSkin(playerid, 141);
  73.                             SendClientMessage(playerid, COLOR_GRAD2, "You are now dressed in Alternative Female Soldier Suit");
  74.                         }
  75.                     }
  76.                 }
  77.                 else if(listitem == 7)
  78.                 {
  79.                     if(PlayerInfo[playerid][pRank] >= 1)
  80.                     {
  81.                         new originalskin = PlayerInfo[playerid][pChar];
  82.                         SetPlayerSkin(playerid, originalskin);
  83.                         SendClientMessage(playerid, COLOR_GRAD2, "You are now dressed in the Default Suit.");
  84.                         return 1;
  85.                     }
  86.                 }
  87.             }
  88.         }
  89.         if(dialogid == 56)
  90.         {
  91.             if(response)
  92.             {
  93.                 if(listitem == 0)
  94.                 {
  95.                     if(PlayerInfo[playerid][pRank] >= 2)
  96.                     {
  97.                         SetPlayerSkin(playerid, 286);
  98.                         PlayerInfo[playerid][pChar] = 286;
  99.                         SendClientMessage(playerid, COLOR_GRAD2, "You are now dressed in the FBI Jacket.");
  100.                         return 1;
  101.                     }
  102.                 }
  103.                 else if(listitem == 1)
  104.                 {
  105.                     if(PlayerInfo[playerid][pRank] >= 1)
  106.                     {
  107.                         new originalskin = PlayerInfo[playerid][pModel];
  108.                         SetPlayerSkin(playerid, originalskin);
  109.                         SendClientMessage(playerid, COLOR_GRAD2, "You are now dressed in your Civilian Skin.");
  110.                         return 1;
  111.                     }
  112.                 }
  113.                 else if(listitem == 2)
  114.                 {
  115.                     if(PlayerInfo[playerid][pRank] >= 5)
  116.                     {
  117.                         if(PlayerInfo[playerid][pSex] == 1)
  118.                         {
  119.                             SetPlayerSkin(playerid, 294);
  120.                             SendClientMessage(playerid, COLOR_GRAD2, "You are now dressed in the Ceremonial Suit.");
  121.                             return 1;
  122.                         }
  123.                     }
  124.                 }
  125.                 else if(listitem == 3)
  126.                 {
  127.                     if(PlayerInfo[playerid][pRank] >= 2)
  128.                     {
  129.                         if(PlayerInfo[playerid][pSex] == 1)
  130.                         {
  131.                             SetPlayerSkin(playerid, 104);
  132.                             SendClientMessage(playerid, COLOR_GRAD2, "You are now dressed in the Undercover Male 1.");
  133.                             return 1;
  134.                         }
  135.                     }
  136.                 }
  137.                 else if(listitem == 4)
  138.                 {
  139.                     if(PlayerInfo[playerid][pRank] >= 2)
  140.                     {
  141.                         if(PlayerInfo[playerid][pSex] == 1)
  142.                         {
  143.                             SetPlayerSkin(playerid, 120);
  144.                             SendClientMessage(playerid, COLOR_GRAD2, "You are now dressed in the Undercover Male 2.");
  145.                             return 1;
  146.                         }
  147.                     }
  148.                 }
  149.                 else if(listitem == 5)
  150.                 {
  151.                     if(PlayerInfo[playerid][pRank] >= 2)
  152.                     {
  153.                         if(PlayerInfo[playerid][pSex] == 2)
  154.                         {
  155.                             SetPlayerSkin(playerid, 194);
  156.                             SendClientMessage(playerid, COLOR_GRAD2, "You are now dressed in the Undercover Female 1.");
  157.                             return 1;
  158.                         }
  159.                     }
  160.                 }
  161.                 else if(listitem == 6)
  162.                 {
  163.                     if(PlayerInfo[playerid][pRank] >= 3)
  164.                     {
  165.                         if(PlayerInfo[playerid][pSex] == 2)
  166.                         {
  167.                             SetPlayerSkin(playerid, 193);
  168.                             SendClientMessage(playerid, COLOR_GRAD2, "You are now dressed in the Undercover Female 2.");
  169.                             return 1;
  170.                         }
  171.                     }
  172.                 }
  173.                 else if(listitem == 7)
  174.                 {
  175.                     if(PlayerInfo[playerid][pRank] >= 1)
  176.                     {
  177.                         SetPlayerSkin(playerid, 70);
  178.                         SendClientMessage(playerid, COLOR_GRAD2, "You are now dressed in a lab coat.");
  179.                         return 1;
  180.                     }
  181.                 }
  182.                 else if(listitem == 8)
  183.                 {
  184.                     if(PlayerInfo[playerid][pRank] >= 1)
  185.                     {
  186.                         if(PlayerInfo[playerid][pSex] == 2)
  187.                         {
  188.                             SetPlayerSkin(playerid, 150);
  189.                             SendClientMessage(playerid, COLOR_GRAD2, "You are now dressed in Female Agent A.");
  190.                         }
  191.                     }
  192.                 }
  193.                 else if(listitem == 9)
  194.                 {
  195.                     if(PlayerInfo[playerid][pRank] >= 1)
  196.                     {
  197.                         if(PlayerInfo[playerid][pSex] == 2)
  198.                         {
  199.                             SetPlayerSkin(playerid, 141);
  200.                             SendClientMessage(playerid, COLOR_GRAD2, "You are now dressed in Female Agent B.");
  201.                         }
  202.                     }
  203.                 }
  204.                 else if(listitem == 10)
  205.                 {
  206.                     if(PlayerInfo[playerid][pRank] >= 1)
  207.                     {
  208.                         new originalskin = PlayerInfo[playerid][pChar];
  209.                         SetPlayerSkin(playerid, originalskin);
  210.                         SendClientMessage(playerid, COLOR_GRAD2, "You are now dressed in the Default Suit.");
  211.                         return 1;
  212.                     }
  213.                 }
  214.             }
  215.         }
  216.         if(dialogid == 55)
  217.         {
  218.             if(response)
  219.             {
  220.                 if(listitem == 0)
  221.                 {
  222.                     if(PlayerInfo[playerid][pSex] == 1)
  223.                     {
  224.                         SetPlayerSkin(playerid, 165);
  225.                         SendClientMessage(playerid, COLOR_GRAD2, "You are now undercover as a Agent.");
  226.                         SetPlayerColor(playerid, TEAM_HIT_COLOR);
  227.                         return 1;
  228.                     }
  229.                 }
  230.                 else if(listitem == 1)
  231.                 {
  232.                     if(PlayerInfo[playerid][pSex] == 1)
  233.                     {
  234.                         SetPlayerSkin(playerid, 217);
  235.                         SendClientMessage(playerid, COLOR_GRAD2, "You are now undercover as a Staff member.");
  236.                         SetPlayerColor(playerid, TEAM_HIT_COLOR);
  237.                         return 1;
  238.                     }
  239.                 }
  240.                 else if(listitem == 2)
  241.                 {
  242.                     if(PlayerInfo[playerid][pSex] == 1)
  243.                     {
  244.                         SetPlayerSkin(playerid, 170);
  245.                         SendClientMessage(playerid, COLOR_GRAD2, "You are now undercover as a Gay man.");
  246.                         SetPlayerColor(playerid, TEAM_HIT_COLOR);
  247.                         return 1;
  248.                     }
  249.                 }
  250.                 else if(listitem == 3)
  251.                 {
  252.                     if(PlayerInfo[playerid][pSex] == 1)
  253.                     {
  254.                         SetPlayerSkin(playerid, 21);
  255.                         SendClientMessage(playerid, COLOR_GRAD2, "You are now undercover as a Hustler.");
  256.                         SetPlayerColor(playerid, TEAM_HIT_COLOR);
  257.                         return 1;
  258.                     }
  259.                 }
  260.                 else if(listitem == 4)
  261.                 {
  262.                     if(PlayerInfo[playerid][pSex] == 1)
  263.                     {
  264.                         new rand = random(sizeof(RandomMaleSkins));
  265.                         SetPlayerSkin(playerid, RandomMaleSkins[rand][0]);
  266.                         SendClientMessage(playerid, COLOR_GRAD2, "You are now undercover as a Random guy.");
  267.                         SetPlayerColor(playerid, TEAM_HIT_COLOR);
  268.                         return 1;
  269.                     }
  270.                     else
  271.                     {
  272.                         SendClientMessage(playerid, COLOR_GREY, "* You are a Woman, Use the Random Undercover Female Option!");
  273.                         return 1;
  274.                     }
  275.  
  276.                 }
  277.                 else if(listitem == 5)
  278.                 {
  279.                     if(PlayerInfo[playerid][pSex] == 1)
  280.                     {
  281.                         SetPlayerSkin(playerid, 72);
  282.                         SendClientMessage(playerid, COLOR_GRAD2, "You are now undercover as a Swampy Hippy.");
  283.                         SetPlayerColor(playerid, TEAM_HIT_COLOR);
  284.                         return 1;
  285.                     }
  286.                 }
  287.                 else if(listitem == 6)
  288.                 {
  289.                     if(PlayerInfo[playerid][pSex] == 2)
  290.                     {
  291.                         SetPlayerSkin(playerid, 152);
  292.                         SendClientMessage(playerid, COLOR_GRAD2, "You are now undercover as a Hotel Waiter.");
  293.                         SetPlayerColor(playerid, TEAM_HIT_COLOR);
  294.                         return 1;
  295.                     }
  296.                 }
  297.                 else if(listitem == 7)
  298.                 {
  299.                     if(PlayerInfo[playerid][pSex] == 2)
  300.                     {
  301.                         new rand = random(sizeof(RandomFemaleSkins));
  302.                         SetPlayerSkin(playerid, RandomFemaleSkins[rand][0]);
  303.                         SendClientMessage(playerid, COLOR_GRAD2, "You are now undercover as a Random girl.");
  304.                         SetPlayerColor(playerid, TEAM_HIT_COLOR);
  305.                         return 1;
  306.                     }
  307.                     else
  308.                     {
  309.                         SendClientMessage(playerid, COLOR_GREY, "* You are a Male, Use the Random Undercover Male Option!");
  310.                         return 1;
  311.                     }
  312.  
  313.                 }
  314.                 else if(listitem == 8)
  315.                 {
  316.                     if(PlayerInfo[playerid][pSex] == 2)
  317.                     {
  318.                         SetPlayerSkin(playerid, 192);
  319.                         SendClientMessage(playerid, COLOR_GRAD2, "You are now undercover as Michelle Cannes.");
  320.                         SetPlayerColor(playerid, TEAM_HIT_COLOR);
  321.                         return 1;
  322.                     }
  323.                 }
  324.                 else if(listitem == 9)
  325.                 {
  326.                     if(PlayerInfo[playerid][pSex] == 2)
  327.                     {
  328.                         SetPlayerSkin(playerid, 193);
  329.                         SendClientMessage(playerid, COLOR_GRAD2, "You are now undercover as Katie Zahn.");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement