Advertisement
Guest User

reason.py

a guest
Mar 3rd, 2017
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 17.93 KB | None | 0 0
  1. # -*- encoding: utf-8 -*-
  2.  
  3. ##################################################################################################################
  4. # if you want to run this plugin on all the servers. just leave the SERVERS variable empty.
  5. # if you only want this plugin to start on specific servers then add in your config name to the list.
  6. # if you want to have it run by multiple server then separate the config name with , "conf1.cfg", "conf2.cfg"
  7. # like: SERVERS = ["myconfig.cfg"]
  8. SERVERS = ["Config.cfg"]
  9.  
  10.  
  11. ##################################################################################################################
  12. # Create ban reason from restriction numbers!
  13. # create rules like:
  14. # filtertype = { "Id" : ["YOUR-BAN TEXT", Time], "Id" : ["YOUR-BAN TEXT 2", Time], "Id" : ["bla", 0]}
  15.  
  16. # FILL IT OUT YOUR SELF...!!
  17.  
  18. # Addbackpackcargo Restriction
  19. addbackpackcargo_reason     = {
  20.     "0" : ["ABC0 - appeal at myWebsite.com", 0]
  21. }
  22.  
  23. # Addmagazinecargo Restriction
  24. addmagazinecargo_reason     = {
  25.     "1" : ["AMC1 - appeal at myWebsite.com", 0],
  26.     "2" : ["AMC2 - appeal at myWebsite.com", 0],
  27.     "3" : ["AMC3 - appeal at myWebsite.com", 0]
  28. }
  29.  
  30. # Addweaponcargo Restriction
  31. addweaponcargo_reason       = {
  32.     "1" : ["AWC1 - appeal at myWebsite.com", 0]
  33. }
  34.  
  35. # Attachto Restriction 
  36. attachto_reason             = {
  37.     "1" : ["AT1 - appeal at myWebsite.com", 0],
  38.     "2" : ["AT2 - appeal at myWebsite.com", 0],
  39.     "3" : ["AT3 - appeal at myWebsite.com", 0],
  40.     "4" : ["AT4 - appeal at myWebsite.com", 0],
  41.     "5" : ["AT5 - appeal at myWebsite.com", 0],
  42.     "6" : ["AT6 - appeal at myWebsite.com", 0],
  43.     "7" : ["AT7 - appeal at myWebsite.com", 0],
  44.     "8" : ["AT8 - appeal at myWebsite.com", 0],
  45.     "9" : ["AT9 - appeal at myWebsite.com", 0],
  46.     "10" : ["AT10 - appeal at myWebsite.com", 0],
  47.     "11" : ["AT11 - appeal at myWebsite.com", 0],
  48.     "12" : ["AT12 - appeal at myWebsite.com", 0],
  49.     "13" : ["AT13 - appeal at myWebsite.com", 0],
  50.     "14" : ["AT14 - appeal at myWebsite.com", 0],
  51.     "15" : ["AT15 - appeal at myWebsite.com", 0],
  52.     "16" : ["AT16 - appeal at myWebsite.com", 0],
  53.     "17" : ["AT17 - appeal at myWebsite.com", 0],
  54.     "18" : ["AT18 - appeal at myWebsite.com", 0],
  55.     "19" : ["AT19 - appeal at myWebsite.com", 0],
  56.     "20" : ["AT20 - appeal at myWebsite.com", 0],
  57.     "21" : ["AT21 - appeal at myWebsite.com", 0],
  58.     "22" : ["AT22 - appeal at myWebsite.com", 0],
  59.     "23" : ["AT23 - appeal at myWebsite.com", 0],
  60.     "24" : ["AT24 - appeal at myWebsite.com", 0],
  61.     "25" : ["AT25 - appeal at myWebsite.com", 0],
  62.     "26" : ["AT26 - appeal at myWebsite.com", 0],
  63.     "27" : ["AT27 - appeal at myWebsite.com", 0],
  64.     "28" : ["AT28 - appeal at myWebsite.com", 0],
  65.     "29" : ["AT29 - appeal at myWebsite.com", 0],
  66.     "30" : ["AT30 - appeal at myWebsite.com", 0],
  67.     "31" : ["AT31 - appeal at myWebsite.com", 0],
  68.     "32" : ["AT32 - appeal at myWebsite.com", 0],
  69.     "33" : ["AT33 - appeal at myWebsite.com", 0],
  70.     "34" : ["AT34 - appeal at myWebsite.com", 0],
  71.     "35" : ["AT35 - appeal at myWebsite.com", 0],
  72.     "36" : ["AT36 - appeal at myWebsite.com", 0],
  73.     "37" : ["AT37 - appeal at myWebsite.com", 0],
  74.     "38" : ["AT38 - appeal at myWebsite.com", 0],
  75.     "39" : ["AT39 - appeal at myWebsite.com", 0],
  76.     "40" : ["AT40 - appeal at myWebsite.com", 0],
  77.     "41" : ["AT41 - appeal at myWebsite.com", 0],
  78.     "42" : ["AT42 - appeal at myWebsite.com", 0],
  79.     "43" : ["AT43 - appeal at myWebsite.com", 0],
  80.     "44" : ["AT44 - appeal at myWebsite.com", 0],
  81.     "45" : ["AT45 - appeal at myWebsite.com", 0],
  82.     "46" : ["AT46 - appeal at myWebsite.com", 0],
  83.     "47" : ["AT47 - appeal at myWebsite.com", 0],
  84.     "48" : ["AT48 - appeal at myWebsite.com", 0],
  85.     "49" : ["AT49 - appeal at myWebsite.com", 0],
  86.     "50" : ["AT50 - appeal at myWebsite.com", 0],
  87.     "51" : ["AT51 - appeal at myWebsite.com", 0]
  88. }
  89.  
  90. # Createvehicle Restriction
  91. createvehicle_reason        = {
  92.     "2" : ["CV2 - appeal at myWebsite.com", 0],
  93.     "3" : ["CV3 - appeal at myWebsite.com", 0],
  94.     "4" : ["CV4 - appeal at myWebsite.com", 0],
  95.     "5" : ["CV5 - appeal at myWebsite.com", 0],
  96.     "6" : ["CV6 - appeal at myWebsite.com", 0],
  97.     "7" : ["CV7 - appeal at myWebsite.com", 0],
  98.     "8" : ["CV8 - appeal at myWebsite.com", 0],
  99.     "9" : ["CV9 - appeal at myWebsite.com", 0],
  100.     "10" : ["CV10 - appeal at myWebsite.com", 0],
  101.     "11" : ["CV11 - appeal at myWebsite.com", 0],
  102.     "12" : ["CV12 - appeal at myWebsite.com", 0],
  103.     "13" : ["CV13 - appeal at myWebsite.com", 0],
  104.     "14" : ["CV14 - appeal at myWebsite.com", 0],
  105.     "15" : ["CV15 - appeal at myWebsite.com", 0],
  106.     "16" : ["CV16 - appeal at myWebsite.com", 0],
  107.     "17" : ["CV17 - appeal at myWebsite.com", 0],
  108.     "18" : ["CV18 - appeal at myWebsite.com", 0],
  109.     "19" : ["CV19 - appeal at myWebsite.com", 0],
  110.     "20" : ["CV20 - appeal at myWebsite.com", 0],
  111.     "21" : ["CV21 - appeal at myWebsite.com", 0],
  112.     "22" : ["CV22 - appeal at myWebsite.com", 0],
  113.     "23" : ["CV23 - appeal at myWebsite.com", 0],
  114.     "24" : ["CV24 - appeal at myWebsite.com", 0],
  115.     "25" : ["CV25 - appeal at myWebsite.com", 0],
  116.     "26" : ["CV26 - appeal at myWebsite.com", 0],
  117.     "27" : ["CV27 - appeal at myWebsite.com", 0],
  118.     "28" : ["CV28 - appeal at myWebsite.com", 0],
  119.     "29" : ["CV29 - appeal at myWebsite.com", 0],
  120.     "30" : ["CV30 - appeal at myWebsite.com", 0],
  121.     "31" : ["CV31 - appeal at myWebsite.com", 0],
  122.     "32" : ["CV32 - appeal at myWebsite.com", 0],
  123.     "33" : ["CV33 - appeal at myWebsite.com", 0],
  124.     "34" : ["CV34 - appeal at myWebsite.com", 0],
  125.     "35" : ["CV35 - appeal at myWebsite.com", 0],
  126.     "36" : ["CV36 - appeal at myWebsite.com", 0],
  127.     "37" : ["CV37 - appeal at myWebsite.com", 0],
  128.     "38" : ["CV38 - appeal at myWebsite.com", 0]
  129. }
  130.  
  131. # Deletevehicle Restriction
  132. deletevehicle_reason        = {
  133.     "1" : ["DV1 - appeal at myWebsite.com", 0],
  134.     "2" : ["DV2 - appeal at myWebsite.com", 0],
  135.     "3" : ["DV3 - appeal at myWebsite.com", 0]
  136. }
  137.  
  138. # Mpeventhandler Restriction
  139. mpeventhandler_reason       = {
  140.     "0" : ["MPEH0 - appeal at myWebsite.com", 0]
  141. }
  142.  
  143. # Publicvariable Restriction
  144. publicvariable_reason       = {
  145.     "1" : ["PV1 - appeal at myWebsite.com", 0],
  146.     "2" : ["PV2 - appeal at myWebsite.com", 0],
  147.     "3" : ["PV3 - appeal at myWebsite.com", 0],
  148.     "4" : ["PV4 - appeal at myWebsite.com", 0],
  149.     "6" : ["PV6 - appeal at myWebsite.com", 0],
  150.     "7" : ["PV7 - appeal at myWebsite.com", 0],
  151.     "8" : ["PV8 - appeal at myWebsite.com", 0]
  152. }
  153.  
  154. # Publicvariableval Restriction
  155. publicvariableval_reason    = {}
  156.  
  157. # Remotecontrol Restriction
  158. remotecontrol_reason        = {
  159.     "0" : ["RC0 - appeal at myWebsite.com", 0]
  160. }
  161.  
  162. # Remoteexec Restriction
  163. remoteexec_reason           = {
  164.     "0" : ["RE0 - appeal at myWebsite.com", 0]
  165. }
  166.  
  167. # Script Restriction
  168. script_reason               = {
  169.     "1" : ["S1 - appeal at myWebsite.com", 0],
  170.     "2" : ["S2 - appeal at myWebsite.com", 0],
  171.     "3" : ["S3 - appeal at myWebsite.com", 0],
  172.     "4" : ["S4 - appeal at myWebsite.com", 0],
  173.     "5" : ["S5 - appeal at myWebsite.com", 0],
  174.     "6" : ["S6 - appeal at myWebsite.com", 0],
  175.     "7" : ["S7 - appeal at myWebsite.com", 0],
  176.     "8" : ["S8 - appeal at myWebsite.com", 0],
  177.     "9" : ["S9 - appeal at myWebsite.com", 0],
  178.     "10" : ["S10 - appeal at myWebsite.com", 0],
  179.     "11" : ["S11 - appeal at myWebsite.com", 0],
  180.     "12" : ["S12 - appeal at myWebsite.com", 0],
  181.     "13" : ["S13 - appeal at myWebsite.com", 0],
  182.     "14" : ["S14 - appeal at myWebsite.com", 0],
  183.     "15" : ["S15 - appeal at myWebsite.com", 0],
  184.     "16" : ["S16 - appeal at myWebsite.com", 0],
  185.     "17" : ["S17 - appeal at myWebsite.com", 0],
  186.     "18" : ["S18 - appeal at myWebsite.com", 0],
  187.     "19" : ["S19 - appeal at myWebsite.com", 0],
  188.     "20" : ["S20 - appeal at myWebsite.com", 0],
  189.     "21" : ["S21 - appeal at myWebsite.com", 0],
  190.     "22" : ["S22 - appeal at myWebsite.com", 0],
  191.     "23" : ["S23 - appeal at myWebsite.com", 0],
  192.     "24" : ["S24 - appeal at myWebsite.com", 0],
  193.     "25" : ["S25 - appeal at myWebsite.com", 0],
  194.     "26" : ["S26 - appeal at myWebsite.com", 0],
  195.     "27" : ["S27 - appeal at myWebsite.com", 0],
  196.     "28" : ["S28 - appeal at myWebsite.com", 0],
  197.     "29" : ["S29 - appeal at myWebsite.com", 0],
  198.     "30" : ["S30 - appeal at myWebsite.com", 0],
  199.     "31" : ["S31 - appeal at myWebsite.com", 0],
  200.     "32" : ["S32 - appeal at myWebsite.com", 0],
  201.     "33" : ["S33 - appeal at myWebsite.com", 0],
  202.     "34" : ["S34 - appeal at myWebsite.com", 0],
  203.     "35" : ["S35 - appeal at myWebsite.com", 0],
  204.     "36" : ["S36 - appeal at myWebsite.com", 0],
  205.     "37" : ["S37 - appeal at myWebsite.com", 0],
  206.     "38" : ["S38 - appeal at myWebsite.com", 0],
  207.     "39" : ["S39 - appeal at myWebsite.com", 0],
  208.     "40" : ["S40 - appeal at myWebsite.com", 0],
  209.     "41" : ["S41 - appeal at myWebsite.com", 0],
  210.     "42" : ["S42 - appeal at myWebsite.com", 0],
  211.     "43" : ["S43 - appeal at myWebsite.com", 0],
  212.     "44" : ["S44 - appeal at myWebsite.com", 0],
  213.     "45" : ["S45 - appeal at myWebsite.com", 0],
  214.     "46" : ["S46 - appeal at myWebsite.com", 0],
  215.     "47" : ["S47 - appeal at myWebsite.com", 0],
  216.     "48" : ["S48 - appeal at myWebsite.com", 0],
  217.     "49" : ["S49 - appeal at myWebsite.com", 0],
  218.     "50" : ["S50 - appeal at myWebsite.com", 0],
  219.     "51" : ["S51 - appeal at myWebsite.com", 0],
  220.     "52" : ["S52 - appeal at myWebsite.com", 0],
  221.     "53" : ["S53 - appeal at myWebsite.com", 0],
  222.     "54" : ["S54 - appeal at myWebsite.com", 0],
  223.     "55" : ["S55 - appeal at myWebsite.com", 0],
  224.     "56" : ["S56 - appeal at myWebsite.com", 0],
  225.     "57" : ["S57 - appeal at myWebsite.com", 0],
  226.     "58" : ["S58 - appeal at myWebsite.com", 0],
  227.     "59" : ["S59 - appeal at myWebsite.com", 0],
  228.     "60" : ["S60 - appeal at myWebsite.com", 0],
  229.     "61" : ["S61 - appeal at myWebsite.com", 0],
  230.     "62" : ["S62 - appeal at myWebsite.com", 0],
  231.     "63" : ["S63 - appeal at myWebsite.com", 0],
  232.     "64" : ["S64 - appeal at myWebsite.com", 0],
  233.     "65" : ["S65 - appeal at myWebsite.com", 0],
  234.     "66" : ["S66 - appeal at myWebsite.com", 0],
  235.     "67" : ["S67 - appeal at myWebsite.com", 0],
  236.     "68" : ["S68 - appeal at myWebsite.com", 0],
  237.     "69" : ["S69 - appeal at myWebsite.com", 0],
  238.     "70" : ["S70 - appeal at myWebsite.com", 0],
  239.     "71" : ["S71 - appeal at myWebsite.com", 0],
  240.     "72" : ["S72 - appeal at myWebsite.com", 0],
  241.     "73" : ["S73 - appeal at myWebsite.com", 0],
  242.     "74" : ["S74 - appeal at myWebsite.com", 0],
  243.     "75" : ["S75 - appeal at myWebsite.com", 0],
  244.     "76" : ["S76 - appeal at myWebsite.com", 0],
  245.     "77" : ["S77 - appeal at myWebsite.com", 0],
  246.     "78" : ["S78 - appeal at myWebsite.com", 0],
  247.     "79" : ["S79 - appeal at myWebsite.com", 0],
  248.     "80" : ["S80 - appeal at myWebsite.com", 0],
  249.     "81" : ["S81 - appeal at myWebsite.com", 0],
  250.     "82" : ["S82 - appeal at myWebsite.com", 0],
  251.     "83" : ["S83 - appeal at myWebsite.com", 0],
  252.     "84" : ["S84 - appeal at myWebsite.com", 0],
  253.     "85" : ["S85 - appeal at myWebsite.com", 0],
  254.     "86" : ["S86 - appeal at myWebsite.com", 0],
  255.     "87" : ["S87 - appeal at myWebsite.com", 0],
  256.     "88" : ["S88 - appeal at myWebsite.com", 0],
  257.     "89" : ["S89 - appeal at myWebsite.com", 0],
  258.     "90" : ["S90 - appeal at myWebsite.com", 0],
  259.     "91" : ["S91 - appeal at myWebsite.com", 0],
  260.     "92" : ["S92 - appeal at myWebsite.com", 0],
  261.     "93" : ["S93 - appeal at myWebsite.com", 0],
  262.     "94" : ["S94 - appeal at myWebsite.com", 0],
  263.     "95" : ["S95 - appeal at myWebsite.com", 0],
  264.     "96" : ["S96 - appeal at myWebsite.com", 0],
  265.     "97" : ["S97 - appeal at myWebsite.com", 0],
  266.     "98" : ["S98 - appeal at myWebsite.com", 0],
  267.     "99" : ["S99 - appeal at myWebsite.com", 0],
  268.     "100" : ["S100 - appeal at myWebsite.com", 0],
  269.     "101" : ["S101 - appeal at myWebsite.com", 0],
  270.     "102" : ["S102 - appeal at myWebsite.com", 0],
  271.     "103" : ["S103 - appeal at myWebsite.com", 0],
  272.     "104" : ["S104 - appeal at myWebsite.com", 0],
  273.     "105" : ["S105 - appeal at myWebsite.com", 0],
  274.     "106" : ["S106 - appeal at myWebsite.com", 0],
  275.     "107" : ["S107 - appeal at myWebsite.com", 0],
  276.     "108" : ["S108 - appeal at myWebsite.com", 0],
  277.     "109" : ["S109 - appeal at myWebsite.com", 0],
  278.     "110" : ["S110 - appeal at myWebsite.com", 0],
  279.     "111" : ["S111 - appeal at myWebsite.com", 0],
  280.     "112" : ["S112 - appeal at myWebsite.com", 0],
  281.     "113" : ["S113 - appeal at myWebsite.com", 0],
  282.     "114" : ["S114 - appeal at myWebsite.com", 0],
  283.     "115" : ["S115 - appeal at myWebsite.com", 0],
  284.     "116" : ["S116 - appeal at myWebsite.com", 0],
  285.     "117" : ["S117 - appeal at myWebsite.com", 0],
  286.     "118" : ["S118 - appeal at myWebsite.com", 0],
  287.     "119" : ["S119 - appeal at myWebsite.com", 0],
  288.     "120" : ["S120 - appeal at myWebsite.com", 0],
  289.     "121" : ["S121 - appeal at myWebsite.com", 0],
  290.     "122" : ["S122 - appeal at myWebsite.com", 0],
  291.     "123" : ["S123 - appeal at myWebsite.com", 0],
  292.     "124" : ["S124 - appeal at myWebsite.com", 0],
  293.     "125" : ["S125 - appeal at myWebsite.com", 0],
  294.     "126" : ["S126 - appeal at myWebsite.com", 0],
  295.     "127" : ["S127 - appeal at myWebsite.com", 0],
  296.     "128" : ["S128 - appeal at myWebsite.com", 0],
  297.     "129" : ["S129 - appeal at myWebsite.com", 0],
  298.     "130" : ["S130 - appeal at myWebsite.com", 0],
  299.     "131" : ["S131 - appeal at myWebsite.com", 0],
  300.     "132" : ["S132 - appeal at myWebsite.com", 0],
  301.     "133" : ["S133 - appeal at myWebsite.com", 0],
  302.     "134" : ["S134 - appeal at myWebsite.com", 0],
  303.     "135" : ["S135 - appeal at myWebsite.com", 0],
  304.     "136" : ["S136 - appeal at myWebsite.com", 0],
  305.     "137" : ["S137 - appeal at myWebsite.com", 0],
  306.     "138" : ["S138 - appeal at myWebsite.com", 0],
  307.     "139" : ["S139 - appeal at myWebsite.com", 0],
  308.     "140" : ["S140 - appeal at myWebsite.com", 0],
  309.     "141" : ["S141 - appeal at myWebsite.com", 0],
  310.     "142" : ["S142 - appeal at myWebsite.com", 0],
  311.     "143" : ["S143 - appeal at myWebsite.com", 0],
  312.     "144" : ["S144 - appeal at myWebsite.com", 0],
  313.     "145" : ["S145 - appeal at myWebsite.com", 0],
  314.     "146" : ["S146 - appeal at myWebsite.com", 0],
  315.     "147" : ["S147 - appeal at myWebsite.com", 0],
  316.     "148" : ["S148 - appeal at myWebsite.com", 0],
  317.     "149" : ["S149 - appeal at myWebsite.com", 0],
  318.     "150" : ["S150 - appeal at myWebsite.com", 0],
  319.     "151" : ["S151 - appeal at myWebsite.com", 0],
  320.     "152" : ["S152 - appeal at myWebsite.com", 0],
  321.     "153" : ["S153 - appeal at myWebsite.com", 0],
  322.     "154" : ["S154 - appeal at myWebsite.com", 0],
  323.     "155" : ["S155 - appeal at myWebsite.com", 0],
  324.     "156" : ["S156 - appeal at myWebsite.com", 0],
  325.     "157" : ["S157 - appeal at myWebsite.com", 0],
  326.     "158" : ["S158 - appeal at myWebsite.com", 0],
  327.     "159" : ["S159 - appeal at myWebsite.com", 0],
  328.     "160" : ["S160 - appeal at myWebsite.com", 0],
  329.     "161" : ["S161 - appeal at myWebsite.com", 0],
  330.     "162" : ["S162 - appeal at myWebsite.com", 0],
  331.     "163" : ["S163 - appeal at myWebsite.com", 0],
  332.     "164" : ["S164 - appeal at myWebsite.com", 0],
  333.     "165" : ["S165 - appeal at myWebsite.com", 0],
  334.     "166" : ["S166 - appeal at myWebsite.com", 0],
  335.     "167" : ["S167 - appeal at myWebsite.com", 0],
  336.     "168" : ["S168 - appeal at myWebsite.com", 0],
  337.     "169" : ["S169 - appeal at myWebsite.com", 0],
  338.     "170" : ["S170 - appeal at myWebsite.com", 0],
  339.     "171" : ["S171 - appeal at myWebsite.com", 0],
  340.     "172" : ["S172 - appeal at myWebsite.com", 0],
  341.     "173" : ["S173 - appeal at myWebsite.com", 0],
  342.     "174" : ["S174 - appeal at myWebsite.com", 0],
  343.     "175" : ["S175 - appeal at myWebsite.com", 0],
  344.     "176" : ["S176 - appeal at myWebsite.com", 0],
  345.     "177" : ["S177 - appeal at myWebsite.com", 0],
  346.     "178" : ["S178 - appeal at myWebsite.com", 0],
  347.     "179" : ["S179 - appeal at myWebsite.com", 0],
  348.     "180" : ["S180 - appeal at myWebsite.com", 0],
  349.     "181" : ["S181 - appeal at myWebsite.com", 0],
  350.     "182" : ["S182 - appeal at myWebsite.com", 0],
  351.     "183" : ["S183 - appeal at myWebsite.com", 0],
  352.     "184" : ["S184 - appeal at myWebsite.com", 0],
  353.     "185" : ["S185 - appeal at myWebsite.com", 0],
  354.     "186" : ["S186 - appeal at myWebsite.com", 0],
  355.     "187" : ["S187 - appeal at myWebsite.com", 0],
  356.     "188" : ["S188 - appeal at myWebsite.com", 0],
  357.     "189" : ["S189 - appeal at myWebsite.com", 0],
  358.     "190" : ["S190 - appeal at myWebsite.com", 0],
  359.     "191" : ["S191 - appeal at myWebsite.com", 0],
  360.     "192" : ["S192 - appeal at myWebsite.com", 0],
  361.     "193" : ["S193 - appeal at myWebsite.com", 0],
  362.     "194" : ["S194 - appeal at myWebsite.com", 0],
  363.     "195" : ["S195 - appeal at myWebsite.com", 0],
  364.     "196" : ["S196 - appeal at myWebsite.com", 0],
  365.     "197" : ["S197 - appeal at myWebsite.com", 0],
  366.     "198" : ["S198 - appeal at myWebsite.com", 0],
  367.     "199" : ["S199 - appeal at myWebsite.com", 0],
  368.     "200" : ["S200 - appeal at myWebsite.com", 0],
  369.     "201" : ["S201 - appeal at myWebsite.com", 0],
  370.     "202" : ["S202 - appeal at myWebsite.com", 0],
  371.     "203" : ["S203 - appeal at myWebsite.com", 0],
  372.     "204" : ["S204 - appeal at myWebsite.com", 0]
  373. }
  374.  
  375. # Selectplayer Restriction 
  376. selectplayer_reason         = {}
  377.  
  378. # Setdamage Restriction
  379. setdamage_reason            = {
  380.     "1" : ["SD1 - appeal at myWebsite.com", 0]
  381. }
  382.  
  383. # Setvariable Restriction
  384. setvariable_reason          = {
  385.     "0" : ["SV0 - appeal at myWebsite.com", 0],
  386.     "1" : ["SV1 - appeal at myWebsite.com", 0],
  387.     "2" : ["SV2 - appeal at myWebsite.com", 0],
  388.     "3" : ["SV3 - appeal at myWebsite.com", 0],
  389.     "4" : ["SV4 - appeal at myWebsite.com", 0],
  390.     "5" : ["SV5 - appeal at myWebsite.com", 0],
  391.     "6" : ["SV6 - appeal at myWebsite.com", 0],
  392.     "7" : ["SV7 - appeal at myWebsite.com", 0],
  393.     "8" : ["SV8 - appeal at myWebsite.com", 0],
  394.     "9" : ["SV9 - appeal at myWebsite.com", 0],
  395.     "10" : ["SV10 - appeal at myWebsite.com", 0],
  396.     "11" : ["SV11 - appeal at myWebsite.com", 0],
  397.     "12" : ["SV12 - appeal at myWebsite.com", 0],
  398.     "13" : ["SV13 - appeal at myWebsite.com", 0],
  399.     "14" : ["SV14 - appeal at myWebsite.com", 0],
  400.     "15" : ["SV15 - appeal at myWebsite.com", 0],
  401.     "16" : ["SV16 - appeal at myWebsite.com", 0],
  402.     "17" : ["SV17 - appeal at myWebsite.com", 0],
  403.     "18" : ["SV18 - appeal at myWebsite.com", 0],
  404.     "19" : ["SV19 - appeal at myWebsite.com", 0],
  405.     "20" : ["SV20 - appeal at myWebsite.com", 0],
  406.     "21" : ["SV21 - appeal at myWebsite.com", 0],
  407.     "22" : ["SV22 - appeal at myWebsite.com", 0],
  408.     "23" : ["SV23 - appeal at myWebsite.com", 0],
  409.     "24" : ["SV24 - appeal at myWebsite.com", 0],
  410.     "25" : ["SV25 - appeal at myWebsite.com", 0],
  411.     "26" : ["SV26 - appeal at myWebsite.com", 0],
  412.     "27" : ["SV27 - appeal at myWebsite.com", 0],
  413.     "28" : ["SV28 - appeal at myWebsite.com", 0]
  414. }
  415.  
  416. # Setvariableval Restriction
  417. setvariableval_reason       = {}
  418.  
  419. # Teamswitch Restriction
  420. teamswitch_reason           = {
  421.     "0" : ["TS0 - appeal at myWebsite.com", 0]
  422. }
  423.  
  424. # Waypointcondition Restriction
  425. waypointcondition_reason    = {
  426.     "0" : ["WPC0 - appeal at myWebsite.com", 0]
  427. }          
  428.  
  429. # Waypointstatement Restriction
  430. waypointstatement_reason    = {
  431.     "0" : ["WPS0 - appeal at myWebsite.com", 0]
  432. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement