Guest User

Car Customization V4 - Update

a guest
May 30th, 2014
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 24.28 KB | None | 0 0
  1. // Car Customization System for Admins(Using pAdmin)
  2. // By EvanA(Evan Abagail)
  3. // Version 3 with all new features!!
  4. // Added Wheel Arch Angels Customization for Sultan!
  5. // Added /sultanhelp
  6. // Released A V3 Beta to preview the sultan customization
  7. // Added Wheel Arch Angels Customization for Elegy!
  8. // Added /elegyhelp
  9. // Added Wheel Arch Angels Customization for Flash!
  10. // Added /flashhelp
  11. // The rest of the Wheel Arch Angel Cars will come out next update!(V4)
  12.  
  13.  
  14. #include <a_samp>
  15. #include zcmd
  16.  
  17. CMD:gr(playerid, params[]) {
  18.         return cmd_goldrims(playerid, params);
  19. }
  20.  
  21. CMD:cr(playerid, params[]) {
  22.         return cmd_cutterrims(playerid, params);
  23. }
  24. CMD:goldrims(playerid, params[])
  25. {
  26.     if(IsPlayerConnected(playerid)) {
  27.         if(if(!IsPlayerAdmin(playerid)) {
  28.             SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
  29.             return 1;
  30.         }
  31.         if(IsPlayerInAnyVehicle(playerid)) {
  32.             AddVehicleComponent(GetPlayerVehicleID(playerid), 1080);
  33.             SendClientMessageEx(playerid, COLOR_GREY, "   Gold Rims Added to Vehicle!");
  34.         }
  35.     }
  36.     return 1;
  37. }
  38.  
  39. CMD:cutterrims(playerid, params[])
  40. {
  41.     if(IsPlayerConnected(playerid)) {
  42.         if(if(!IsPlayerAdmin(playerid)) {
  43.             SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
  44.             return 1;
  45.         }
  46.         if(IsPlayerInAnyVehicle(playerid)) {
  47.             AddVehicleComponent(GetPlayerVehicleID(playerid), 1079);
  48.             SendClientMessageEx(playerid, COLOR_GREY, "   Cutter Rims Added to Vehicle!");
  49.         }
  50.     }
  51.     return 1;
  52. }
  53.  
  54. CMD:rimshine(playerid, params[])
  55. {
  56.     if(IsPlayerConnected(playerid)) {
  57.         if(if(!IsPlayerAdmin(playerid)) {
  58.             SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
  59.             return 1;
  60.         }
  61.         if(IsPlayerInAnyVehicle(playerid)) {
  62.             AddVehicleComponent(GetPlayerVehicleID(playerid), 1075);
  63.             SendClientMessageEx(playerid, COLOR_GREY, "You have added Rimshine wheels to your vehicle!");
  64.         }
  65.     }
  66.     return 1;
  67. }
  68.  
  69. CMD:mega(playerid, params[])
  70. {
  71.     if(IsPlayerConnected(playerid)) {
  72.         if(if(!IsPlayerAdmin(playerid)) {
  73.             SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
  74.             return 1;
  75.         }
  76.         if(IsPlayerInAnyVehicle(playerid)) {
  77.             AddVehicleComponent(GetPlayerVehicleID(playerid), 1074);
  78.             SendClientMessageEx(playerid, COLOR_GREY, "You have added Mega wheels to your vehicle!");
  79.         }
  80.     }
  81.     return 1;
  82. }
  83.  
  84. CMD:shadow(playerid, params[])
  85. {
  86.     if(IsPlayerConnected(playerid)) {
  87.         if(if(!IsPlayerAdmin(playerid)) {
  88.             SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
  89.             return 1;
  90.         }
  91.         if(IsPlayerInAnyVehicle(playerid)) {
  92.             AddVehicleComponent(GetPlayerVehicleID(playerid), 1073);
  93.             SendClientMessageEx(playerid, COLOR_GREY, "You have added Shadow wheels to your vehicle!");
  94.         }
  95.     }
  96.     return 1;
  97. }
  98.  
  99. CMD:grove(playerid, params[])
  100. {
  101.     if(IsPlayerConnected(playerid)) {
  102.         if(if(!IsPlayerAdmin(playerid)) {
  103.             SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
  104.             return 1;
  105.         }
  106.         if(IsPlayerInAnyVehicle(playerid)) {
  107.             AddVehicleComponent(GetPlayerVehicleID(playerid), 1081);
  108.             SendClientMessageEx(playerid, COLOR_GREY, "You have added Grove wheels to your vehicle!");
  109.         }
  110.     }
  111.     return 1;
  112. }
  113.  
  114. CMD:import(playerid, params[])
  115. {
  116.     if(IsPlayerConnected(playerid)) {
  117.         if(if(!IsPlayerAdmin(playerid)) {
  118.             SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
  119.             return 1;
  120.         }
  121.         if(IsPlayerInAnyVehicle(playerid)) {
  122.             AddVehicleComponent(GetPlayerVehicleID(playerid), 1082);
  123.             SendClientMessageEx(playerid, COLOR_GREY, "You have added Import wheels to your vehicle!");
  124.         }
  125.     }
  126.     return 1;
  127. }
  128.  
  129. CMD:dollar(playerid, params[])
  130. {
  131.     if(IsPlayerConnected(playerid)) {
  132.         if(if(!IsPlayerAdmin(playerid)) {
  133.             SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
  134.             return 1;
  135.         }
  136.         if(IsPlayerInAnyVehicle(playerid)) {
  137.             AddVehicleComponent(GetPlayerVehicleID(playerid), 1083);
  138.             SendClientMessageEx(playerid, COLOR_GREY, "You have added Rimshine wheels to your vehicle!");
  139.         }
  140.     }
  141.     return 1;
  142. }
  143.  
  144. CMD:trance(playerid, params[])
  145. {
  146.     if(IsPlayerConnected(playerid)) {
  147.         if(if(!IsPlayerAdmin(playerid)) {
  148.             SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
  149.             return 1;
  150.         }
  151.         if(IsPlayerInAnyVehicle(playerid)) {
  152.             AddVehicleComponent(GetPlayerVehicleID(playerid), 1084);
  153.             SendClientMessageEx(playerid, COLOR_GREY, "You have added Trance wheels to your vehicle!");
  154.         }
  155.     }
  156.     return 1;
  157. }
  158.  
  159. CMD:hyd(playerid, params[])
  160. {
  161.     if(IsPlayerConnected(playerid)) {
  162.         if(if(!IsPlayerAdmin(playerid)) {
  163.             SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
  164.             return 1;
  165.         }
  166.         if(IsPlayerInAnyVehicle(playerid)) {
  167.             AddVehicleComponent(GetPlayerVehicleID(playerid), 1087);
  168.             SendClientMessageEx(playerid, COLOR_GREY, "You have added Rimshine wheels to your vehicle!");
  169.         }
  170.     }
  171.     return 1;
  172. }
  173.  
  174. CMD:stereo(playerid, params[])
  175. {
  176.     if(IsPlayerConnected(playerid)) {
  177.         if(if(!IsPlayerAdmin(playerid)) {
  178.             SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
  179.             return 1;
  180.         }
  181.         if(IsPlayerInAnyVehicle(playerid)) {
  182.             AddVehicleComponent(GetPlayerVehicleID(playerid), 1086);
  183.             SendClientMessageEx(playerid, COLOR_GREY, "You have added a stereo system to your vehicle!");
  184.         }
  185.     }
  186.     return 1;
  187. }
  188.  
  189. CMD:convertable(playerid, params[])
  190. {
  191.     if(IsPlayerConnected(playerid)) {
  192.         if(if(!IsPlayerAdmin(playerid)) {
  193.             SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
  194.             return 1;
  195.         }
  196.         if(IsPlayerInAnyVehicle(playerid)) {
  197.             AddVehicleComponent(GetPlayerVehicleID(playerid), 1087);
  198.             SendClientMessageEx(playerid, COLOR_GREY, "You have converted your car to a convertable!");
  199.         }
  200.     }
  201.     return 1;
  202. }
  203.  
  204. CMD:pro(playerid, params[])
  205. {
  206.     if(IsPlayerConnected(playerid)) {
  207.         if(if(!IsPlayerAdmin(playerid)) {
  208.             SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
  209.             return 1;
  210.         }
  211.         if(IsPlayerInAnyVehicle(playerid)) {
  212.             AddVehicleComponent(GetPlayerVehicleID(playerid), 1000);
  213.             SendClientMessageEx(playerid, COLOR_GREY, "You have added a pro spoiler to your vehicle!");
  214.         }
  215.     }
  216.     return 1;
  217. }
  218.  
  219. CMD:win(playerid, params[])
  220. {
  221.     if(IsPlayerConnected(playerid)) {
  222.         if(if(!IsPlayerAdmin(playerid)) {
  223.             SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
  224.             return 1;
  225.         }
  226.         if(IsPlayerInAnyVehicle(playerid)) {
  227.             AddVehicleComponent(GetPlayerVehicleID(playerid), 1087);
  228.             SendClientMessageEx(playerid, COLOR_GREY, "You have added a win spoiler to your vehicle!");
  229.         }
  230.     }
  231.     return 1;
  232. }
  233.  
  234. CMD:sultanhelp(playerid, params[])
  235. {
  236.     if(IsPlayerConnected(playerid)) {
  237.         if(if(!IsPlayerAdmin(playerid)) {
  238.             SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
  239.             return 1;
  240.         }
  241.             SendClientMessageEx(playerid, COLOR_GREY, "___________Sultan Customization_________");
  242.             SendClientMessageEx(playerid, COLOR_GREY, "Alien Sideskirts: Right - /raliensultan Left - /laliensultan");
  243.             SendClientMessageEx(playerid, COLOR_GREY, "Exahusts: Alien -- /alienexsultan X-Flow -- /xflowexsultan ");
  244.             SendClientMessageEx(playerid, COLOR_GREY, "X:Flow Sideskirts: Right -- /rxflowsultan Left -- /lxflowsultan  ");
  245.             SendClientMessageEx(playerid, COLOR_GREY, "Roof Vents: Alien - /alienroofsultan X:Flow - /xflowroofsultan  ");
  246.            
  247.         }
  248.     }
  249.     return 1;
  250. }
  251.  
  252. CMD:raliensultan(playerid, params[])
  253. {
  254.     if(IsPlayerConnected(playerid)) {
  255.         if(if(!IsPlayerAdmin(playerid)) {
  256.             SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
  257.             return 1;
  258.         }
  259.         if(IsPlayerInAnyVehicle(playerid)) {
  260.             AddVehicleComponent(GetPlayerVehicleID(playerid), 1026);
  261.             SendClientMessageEx(playerid, COLOR_GREY, "You have added a win spoiler to your vehicle!");
  262.         }
  263.     }
  264.     return 1;
  265. }
  266.  
  267. CMD:laliensultan(playerid, params[])
  268. {
  269.     if(IsPlayerConnected(playerid)) {
  270.         if(if(!IsPlayerAdmin(playerid)) {
  271.             SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
  272.             return 1;
  273.         }
  274.         if(IsPlayerInAnyVehicle(playerid)) {
  275.             AddVehicleComponent(GetPlayerVehicleID(playerid), 1027);
  276.             SendClientMessageEx(playerid, COLOR_GREY, "You have added a Alien Side-Skirt to your Sultan!");
  277.         }
  278.     }
  279.     return 1;
  280. }
  281.  
  282. CMD:alienexsultan(playerid, params[])
  283. {
  284.     if(IsPlayerConnected(playerid)) {
  285.         if(if(!IsPlayerAdmin(playerid)) {
  286.             SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
  287.             return 1;
  288.         }
  289.         if(IsPlayerInAnyVehicle(playerid)) {
  290.             AddVehicleComponent(GetPlayerVehicleID(playerid), 1028);
  291.             SendClientMessageEx(playerid, COLOR_GREY, "You have added a Alien Exahust to your vehicle!");
  292.         }
  293.     }
  294.     return 1;
  295. }
  296.  
  297. CMD:xflowexsultan(playerid, params[])
  298. {
  299.     if(IsPlayerConnected(playerid)) {
  300.         if(if(!IsPlayerAdmin(playerid)) {
  301.             SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
  302.             return 1;
  303.         }
  304.         if(IsPlayerInAnyVehicle(playerid)) {
  305.             AddVehicleComponent(GetPlayerVehicleID(playerid), 1029);
  306.             SendClientMessageEx(playerid, COLOR_GREY, "You have added a X-Flow Exahust to your Sultan!");
  307.         }
  308.     }
  309.     return 1;
  310. }
  311.  
  312. CMD:lxflowsultan(playerid, params[])
  313. {
  314.     if(IsPlayerConnected(playerid)) {
  315.         if(if(!IsPlayerAdmin(playerid)) {
  316.             SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
  317.             return 1;
  318.         }
  319.         if(IsPlayerInAnyVehicle(playerid)) {
  320.             AddVehicleComponent(GetPlayerVehicleID(playerid), 1030);
  321.             SendClientMessageEx(playerid, COLOR_GREY, "You have added a X-Flow Side-Skirt(Left) to your Sultan!");
  322.         }
  323.     }
  324.     return 1;
  325. }
  326.  
  327. CMD:rxflowsultan(playerid, params[])
  328. {
  329.     if(IsPlayerConnected(playerid)) {
  330.         if(if(!IsPlayerAdmin(playerid)) {
  331.             SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
  332.             return 1;
  333.         }
  334.         if(IsPlayerInAnyVehicle(playerid)) {
  335.             AddVehicleComponent(GetPlayerVehicleID(playerid), 1031);
  336.             SendClientMessageEx(playerid, COLOR_GREY, "You have added a X-Flow Side-Skirt(Right) to your sultan!");
  337.         }
  338.     }
  339.     return 1;
  340. }
  341.  
  342. CMD:alienroofsultan(playerid, params[])
  343. {
  344.     if(IsPlayerConnected(playerid)) {
  345.         if(if(!IsPlayerAdmin(playerid)) {
  346.             SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
  347.             return 1;
  348.         }
  349.         if(IsPlayerInAnyVehicle(playerid)) {
  350.             AddVehicleComponent(GetPlayerVehicleID(playerid), 1032);
  351.             SendClientMessageEx(playerid, COLOR_GREY, "You have added an alien roof vent to your Sultan!");
  352.         }
  353.     }
  354.     return 1;
  355. }
  356.  
  357. CMD:xflowroofsultan(playerid, params[])
  358. {
  359.     if(IsPlayerConnected(playerid)) {
  360.         if(if(!IsPlayerAdmin(playerid)) {
  361.             SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
  362.             return 1;
  363.         }
  364.         if(IsPlayerInAnyVehicle(playerid)) {
  365.             AddVehicleComponent(GetPlayerVehicleID(playerid), 1033);
  366.             SendClientMessageEx(playerid, COLOR_GREY, "You have added an alien roof vent to your Sultan!");
  367.         }
  368.     }
  369.     return 1;
  370. }
  371.  
  372. CMD:cchelp(playerid, params[])
  373. {
  374.     if(IsPlayerConnected(playerid)) {
  375.         if(if(!IsPlayerAdmin(playerid)) {
  376.             SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
  377.             return 1;
  378.         }
  379.         SendClientMessageEx(playerid, COLOR_GRAD1, "Car Customization - Help");
  380.         SendClientMessageEx(playerid, COLOR_GRAD1, "WHEELS: /cr(/cutterrims) /gr(/goldrims) /rimshine /mega /shadow /grove /import /dollar /trance");
  381.         SendClientMessageEx(playerid, COLOR_GRAD1, "Systems/Upgrades: /hyd, /convertable, /stereo");
  382.         SendClientMessageEx(playerid, COLOR_GRAD1, "SPOILERS: /pro /win");
  383.         SendClientMessageEx(playerid, COLOR_GRAD1, "WHEEL ARCH ANGEL: /sultanhelp /elegyhelp /flashhelp");
  384.         }
  385.     }
  386.    
  387.  
  388.     return 1;
  389. }
  390.  
  391. CMD:elegyhelp(playerid, params[])
  392. {
  393.     if(IsPlayerConnected(playerid)) {
  394.         if(if(!IsPlayerAdmin(playerid)) {
  395.             SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
  396.             return 1;
  397.         }
  398.             SendClientMessageEx(playerid, COLOR_GREY, "___________Elegy Customization_________");
  399.             SendClientMessageEx(playerid, COLOR_GREY, "Alien Sideskirts: Right - /ralienelegy Left - /lalienelegy");
  400.             SendClientMessageEx(playerid, COLOR_GREY, "Exahusts: Alien -- /alienexelegy X-Flow -- /xflowexelegy ");
  401.             SendClientMessageEx(playerid, COLOR_GREY, "X:Flow Sideskirts: Right -- /rxflowelegy Left -- /lxflowelegy  ");
  402.             SendClientMessageEx(playerid, COLOR_GREY, "Roof Vents: Alien - /alienroofelegy X:Flow - /xflowroofelegy  ");
  403.             SendClientMessageEx(playerid, COLOR_RED,  "Wheel Arch Angels---- Road Crew--------------Wheel Arch Angels  ");
  404.  
  405.         }
  406.     }
  407.     return 1;
  408. }
  409.  
  410.  
  411. CMD:alienexelegy(playerid, params[])
  412. {
  413.     if(IsPlayerConnected(playerid)) {
  414.         if(if(!IsPlayerAdmin(playerid)) {
  415.             SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
  416.             return 1;
  417.         }
  418.         if(IsPlayerInAnyVehicle(playerid)) {
  419.             AddVehicleComponent(GetPlayerVehicleID(playerid), 1034);
  420.             SendClientMessageEx(playerid, COLOR_GREY, "You have added an alien exahust to your Elegy!");
  421.         }
  422.     }
  423.     return 1;
  424. }
  425.  
  426. CMD:alienroofelegy(playerid, params[])
  427. {
  428.     if(IsPlayerConnected(playerid)) {
  429.         if(if(!IsPlayerAdmin(playerid)) {
  430.             SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
  431.             return 1;
  432.         }
  433.         if(IsPlayerInAnyVehicle(playerid)) {
  434.             AddVehicleComponent(GetPlayerVehicleID(playerid), 1038);
  435.             SendClientMessageEx(playerid, COLOR_GREY, "You have added an alien roof vent to your Elegy!");
  436.         }
  437.     }
  438.     return 1;
  439. }
  440.  
  441. CMD:ralienlegy(playerid, params[])
  442. {
  443.     if(IsPlayerConnected(playerid)) {
  444.         if(if(!IsPlayerAdmin(playerid)) {
  445.             SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
  446.             return 1;
  447.         }
  448.         if(IsPlayerInAnyVehicle(playerid)) {
  449.             AddVehicleComponent(GetPlayerVehicleID(playerid), 1036);
  450.             SendClientMessageEx(playerid, COLOR_GREY, "You have added an alien sideskirt(right) to your Elegy!");
  451.         }
  452.     }
  453.     return 1;
  454. }
  455.  
  456. CMD:lalienelegy(playerid, params[])
  457. {
  458.     if(IsPlayerConnected(playerid)) {
  459.         if(if(!IsPlayerAdmin(playerid)) {
  460.             SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
  461.             return 1;
  462.         }
  463.         if(IsPlayerInAnyVehicle(playerid)) {
  464.             AddVehicleComponent(GetPlayerVehicleID(playerid), 1040);
  465.             SendClientMessageEx(playerid, COLOR_GREY, "You have added an alien sideskirt(left) to your Elegy!");
  466.         }
  467.     }
  468.     return 1;
  469. }
  470.  
  471. CMD:xflowexelegy(playerid, params[])
  472. {
  473.     if(IsPlayerConnected(playerid)) {
  474.         if(if(!IsPlayerAdmin(playerid)) {
  475.             SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
  476.             return 1;
  477.         }
  478.         if(IsPlayerInAnyVehicle(playerid)) {
  479.             AddVehicleComponent(GetPlayerVehicleID(playerid), 1037);
  480.             SendClientMessageEx(playerid, COLOR_GREY, "You have added an X-Flow Exahust to your Elegy!");
  481.         }
  482.     }
  483.     return 1;
  484. }
  485.  
  486. CMD:lxflowelegy(playerid, params[])
  487. {
  488.     if(IsPlayerConnected(playerid)) {
  489.         if(if(!IsPlayerAdmin(playerid)) {
  490.             SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
  491.             return 1;
  492.         }
  493.         if(IsPlayerInAnyVehicle(playerid)) {
  494.             AddVehicleComponent(GetPlayerVehicleID(playerid), 1039);
  495.             SendClientMessageEx(playerid, COLOR_GREY, "You have added a sideskirt(left) to your Elegy!");
  496.         }
  497.     }
  498.     return 1;
  499. }
  500.  
  501. CMD:rxflowelegy(playerid, params[])
  502. {
  503.     if(IsPlayerConnected(playerid)) {
  504.         if(if(!IsPlayerAdmin(playerid)) {
  505.             SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
  506.             return 1;
  507.         }
  508.         if(IsPlayerInAnyVehicle(playerid)) {
  509.             AddVehicleComponent(GetPlayerVehicleID(playerid), 1041);
  510.             SendClientMessageEx(playerid, COLOR_GREY, "You have added a sideskirt(right) to your Elegy!");
  511.         }
  512.     }
  513.     return 1;
  514. }
  515.  
  516. CMD:flashhelp(playerid, params[])
  517. {
  518.     if(IsPlayerConnected(playerid)) {
  519.         if(if(!IsPlayerAdmin(playerid)) {
  520.             SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
  521.             return 1;
  522.         }
  523.             SendClientMessageEx(playerid, COLOR_GREY, "___________Flash Customization_________");
  524.             SendClientMessageEx(playerid, COLOR_GREY, "Alien Sideskirts: Right - /ralienflash Left - /lalienflash");
  525.             SendClientMessageEx(playerid, COLOR_GREY, "Exahusts: Alien -- /alienexflash X-Flow -- /xflowexflash ");
  526.             SendClientMessageEx(playerid, COLOR_GREY, "X:Flow Sideskirts: Right -- /rxflowflash Left -- /lxflowflash  ");
  527.             SendClientMessageEx(playerid, COLOR_GREY, "Roof Vents: Alien - /alienroofflash X:Flow - /xflowroofflash ");
  528.             SendClientMessageEx(playerid, COLOR_GREY, "Spoilers: /alienspoilflash /xflowspoilflash");
  529.             SendClientMessageEx(playerid, COLOR_RED,  "Wheel Arch Angels---- Road Crew--------------Wheel Arch Angels  ");
  530.  
  531.         }
  532.     }
  533.     return 1;
  534. }
  535.  
  536. CMD:alienexflash(playerid, params[])
  537. {
  538.     if(IsPlayerConnected(playerid)) {
  539.         if(if(!IsPlayerAdmin(playerid)) {
  540.             SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
  541.             return 1;
  542.         }
  543.         if(IsPlayerInAnyVehicle(playerid)) {
  544.             AddVehicleComponent(GetPlayerVehicleID(playerid), 1046);
  545.             SendClientMessageEx(playerid, COLOR_GREY, "You have added an alien exahust to your Flash!");
  546.         }
  547.     }
  548.     return 1;
  549. }
  550.  
  551. CMD:xflowexflash(playerid, params[])
  552. {
  553.     if(IsPlayerConnected(playerid)) {
  554.         if(if(!IsPlayerAdmin(playerid)) {
  555.             SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
  556.             return 1;
  557.         }
  558.         if(IsPlayerInAnyVehicle(playerid)) {
  559.             AddVehicleComponent(GetPlayerVehicleID(playerid), 1045);
  560.             SendClientMessageEx(playerid, COLOR_GREY, "You have added an X-Flow Exahust to your Flash!");
  561.         }
  562.     }
  563.     return 1;
  564. }
  565.  
  566. CMD:ralienflash(playerid, params[])
  567. {
  568.     if(IsPlayerConnected(playerid)) {
  569.         if(if(!IsPlayerAdmin(playerid)) {
  570.             SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
  571.             return 1;
  572.         }
  573.         if(IsPlayerInAnyVehicle(playerid)) {
  574.             AddVehicleComponent(GetPlayerVehicleID(playerid), 1045);
  575.             SendClientMessageEx(playerid, COLOR_GREY, "You have added an alien sideskirt(right) to your Flash!");
  576.         }
  577.     }
  578.     return 1;
  579. }
  580.  
  581. CMD:rxflowflash(playerid, params[])
  582. {
  583.     if(IsPlayerConnected(playerid)) {
  584.         if(if(!IsPlayerAdmin(playerid)) {
  585.             SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
  586.             return 1;
  587.         }
  588.         if(IsPlayerInAnyVehicle(playerid)) {
  589.             AddVehicleComponent(GetPlayerVehicleID(playerid), 1048);
  590.             SendClientMessageEx(playerid, COLOR_GREY, "You have added an X:Flow sideskirt(right) to your Flash!");
  591.         }
  592.     }
  593.     return 1;
  594. }
  595.  
  596. CMD:alienspoilflash(playerid, params[])
  597. {
  598.     if(IsPlayerConnected(playerid)) {
  599.         if(if(!IsPlayerAdmin(playerid)) {
  600.             SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
  601.             return 1;
  602.         }
  603.         if(IsPlayerInAnyVehicle(playerid)) {
  604.             AddVehicleComponent(GetPlayerVehicleID(playerid), 1049);
  605.             SendClientMessageEx(playerid, COLOR_GREY, "You have added an alien spoiler to your Flash!");
  606.         }
  607.     }
  608.     return 1;
  609. }
  610.  
  611. CMD:xflowspoilflash(playerid, params[])
  612. {
  613.     if(IsPlayerConnected(playerid)) {
  614.         if(if(!IsPlayerAdmin(playerid)) {
  615.             SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
  616.             return 1;
  617.         }
  618.         if(IsPlayerInAnyVehicle(playerid)) {
  619.             AddVehicleComponent(GetPlayerVehicleID(playerid), 1050);
  620.             SendClientMessageEx(playerid, COLOR_GREY, "You have added an X:Flow spoiler to your Flash!");
  621.         }
  622.     }
  623.     return 1;
  624. }
  625.  
  626. CMD:lalienflash(playerid, params[])
  627. {
  628.     if(IsPlayerConnected(playerid)) {
  629.         if(if(!IsPlayerAdmin(playerid)) {
  630.             SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
  631.             return 1;
  632.         }
  633.         if(IsPlayerInAnyVehicle(playerid)) {
  634.             AddVehicleComponent(GetPlayerVehicleID(playerid), 1051);
  635.             SendClientMessageEx(playerid, COLOR_GREY, "You have added an alien sideskirt(left) to your Flash!");
  636.         }
  637.     }
  638.     return 1;
  639. }
  640.  
  641. CMD:lxflowflash(playerid, params[])
  642. {
  643.     if(IsPlayerConnected(playerid)) {
  644.         if(if(!IsPlayerAdmin(playerid)) {
  645.             SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
  646.             return 1;
  647.         }
  648.         if(IsPlayerInAnyVehicle(playerid)) {
  649.             AddVehicleComponent(GetPlayerVehicleID(playerid), 1052);
  650.             SendClientMessageEx(playerid, COLOR_GREY, "You have added an X:Flow sideskirt(left) to your Flash!");
  651.         }
  652.     }
  653.     return 1;
  654. }
  655.  
  656. CMD:alienroofflash(playerid, params[])
  657. {
  658.     if(IsPlayerConnected(playerid)) {
  659.         if(if(!IsPlayerAdmin(playerid)) {
  660.             SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
  661.             return 1;
  662.         }
  663.         if(IsPlayerInAnyVehicle(playerid)) {
  664.             AddVehicleComponent(GetPlayerVehicleID(playerid), 1054);
  665.             SendClientMessageEx(playerid, COLOR_GREY, "You have added an alien roof vent to your Flash!");
  666.         }
  667.     }
  668.     return 1;
  669. }
  670.  
  671. CMD:xflowroofflash(playerid, params[])
  672. {
  673.     if(IsPlayerConnected(playerid)) {
  674.         if(if(!IsPlayerAdmin(playerid)) {
  675.             SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
  676.             return 1;
  677.         }
  678.         if(IsPlayerInAnyVehicle(playerid)) {
  679.             AddVehicleComponent(GetPlayerVehicleID(playerid), 1053);
  680.             SendClientMessageEx(playerid, COLOR_GREY, "You have added an X:Flow roof vent to your Flash!");
  681.         }
  682.     }
  683.     return 1;
  684. }
Advertisement
Add Comment
Please, Sign In to add comment