Advertisement
Soulreaper099

Teams

Feb 22nd, 2012
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.14 KB | None | 0 0
  1. /*--------------------------------------------------------
  2. Default teams. If you make a team above the citizen team, people will spawn with that team!
  3. --------------------------------------------------------*/
  4.  
  5.  
  6. TEAM_CITIZEN = AddExtraTeam("Citizen", Color(20, 150, 20, 255),{
  7. "models/player/Group01/Female_01.mdl",
  8. "models/player/Group01/Female_02.mdl",
  9. "models/player/Group01/Female_03.mdl",
  10. "models/player/Group01/Female_04.mdl",
  11. "models/player/Group01/Female_06.mdl",
  12. "models/player/Group01/Female_07.mdl",
  13. "models/player/group01/male_01.mdl",
  14. "models/player/Group01/Male_02.mdl",
  15. "models/player/Group01/male_03.mdl",
  16. "models/player/Group01/Male_04.mdl",
  17. "models/player/Group01/Male_05.mdl",
  18. "models/player/Group01/Male_06.mdl",
  19. "models/player/Group01/Male_07.mdl",
  20. "models/player/Group01/Male_08.mdl",
  21. "models/player/Group01/Male_09.mdl"}, [[The Citizen is the most basic level of society you can hold
  22. besides being a hobo.
  23. You have no specific role in city life.]], {"glitchvid's-rp-fists"}, "citizen", 0, 45, 0, false, false)
  24.  
  25.  
  26.  
  27. TEAM_POLICE = AddExtraTeam("Civil Protection", Color(25, 25, 170, 255), "models/player/police.mdl", [[The protector of every citizen that lives in the city .
  28. You have the power to arrest criminals and protect innocents.
  29. Hit them with your arrest baton to put them in jail
  30. Bash them with a stunstick and they might learn better than to disobey
  31. the law.
  32. The Battering Ram can break down the door of a criminal with a warrant
  33. for his/her arrest.
  34. The Battering Ram can also unfreeze frozen props(if enabled).
  35. Type /wanted <name> to alert the public to this criminal
  36. OR go to tab and warrant someone by clicking the warrant button]], {"keypad_cracker", "arrest_stick", "unarrest_stick", "weapon_real_cs_glock18", "stunstick", "door_ram", "glitchvid's-rp-fists", "weaponchecker"}, "cp", 4, 65, 0, true, true)
  37.  
  38.  
  39.  
  40. TEAM_POLICE = AddExtraTeam( "Swat Commando", Color( 255, 125, 255, 255 ), { "models/player/swattb.mdl", "models/player/swattya.mdl", "models/player/swattyac.mdl", "models/player/swattyd.mdl"}, [[Lives to protect and serve their fellow city, keeping order and peace throughout the fair city of ReapsFunHouse. anything the Civil Protection can't handle they're right there to help out.]], {"weapon_real_cs_five-seven", "keypad_cracker", "weapon_real_cs_m4a1", "glitchvid's-rp-fists", "door_ram", "arrest_stick", "unarrest_stick", "stun_stick", "keys"}, "S.W.A.T.", 4, 75, 0, true, true, {TEAM_CHIEF, TEAM_POLICE})
  41.  
  42.  
  43. TEAM_GANG = AddExtraTeam("Gangster", Color(75, 75, 75, 255), {
  44. "models/player/Group03/Female_01.mdl",
  45. "models/player/Group03/Female_02.mdl",
  46. "models/player/Group03/Female_03.mdl",
  47. "models/player/Group03/Female_04.mdl",
  48. "models/player/Group03/Female_06.mdl",
  49. "models/player/Group03/Female_07.mdl",
  50. "models/player/group03/male_01.mdl",
  51. "models/player/Group03/Male_02.mdl",
  52. "models/player/Group03/male_03.mdl",
  53. "models/player/Group03/Male_04.mdl",
  54. "models/player/Group03/Male_05.mdl",
  55. "models/player/Group03/Male_06.mdl",
  56. "models/player/Group03/Male_07.mdl",
  57. "models/player/Group03/Male_08.mdl",
  58. "models/player/Group03/Male_09.mdl"}, [[The lowest person of crime.
  59. A gangster generally works for the Mobboss who runs the crime family.
  60. The Mobboss sets your agenda and you follow it or you might be punished.]], {"glitchvid's-rp-fists", "weapon_real_cs_five-seven", "lockpick"}, "gangster", 3, 45, 0, false, false)
  61.  
  62.  
  63.  
  64. TEAM_MOB = AddExtraTeam("Mob boss", Color(25, 25, 25, 255), "models/player/gman_high.mdl", [[The Mobboss is the boss of the criminals in the city.
  65. With his power he coordinates the gangsters and forms an efficent crime
  66. organization.
  67. He has the ability to break into houses by using a lockpick.
  68. The Mobboss also can unarrest you.]], {"lockpick", "unarrest_stick", "glitchvid's-rp-fists", "keypad_cracker"}, "mobboss", 1, 60, 0, false, false)
  69.  
  70.  
  71.  
  72. TEAM_GUN = AddExtraTeam("Gun Dealer", Color(255, 140, 0, 255), "models/player/monk.mdl", [[A gun dealer is the only person who can sell guns to other
  73. people.
  74. However, make sure you aren't caught selling guns that are illegal to
  75. the public.
  76. /Buyshipment <name> to Buy a weapon shipment
  77. /Buygunlab to Buy a gunlab that spawns P228 pistols]], {"glitchvid's-rp-fists"}, "gundealer", 2, 45, 0, false, false)
  78.  
  79.  
  80.  
  81. TEAM_MEDIC = AddExtraTeam("Medic", Color(47, 79, 79, 255), "models/player/kleiner.mdl", [[With your medical knowledge, you heal players to proper
  82. health.
  83. Without a medic, people can not be healed.
  84. Left click with the Medical Kit to heal other players.
  85. Right click with the Medical Kit to heal yourself.]], {"glitchvid's-rp-fists", "med_kit"}, "medic", 3, 45, 0, false, false)
  86.  
  87.  
  88.  
  89. TEAM_COOK = AddExtraTeam("Cook", Color(238, 99, 99, 255), "models/player/mossman.mdl", [[As a cook, it is your responsibility to feed the other members
  90. of your city.
  91. You can spawn a microwave and sell the food you make:
  92. /Buymicrowave]], {"glitchvid's-rp-fists"}, "cook", 2, 45, 0, 0, false)
  93.  
  94.  
  95.  
  96. TEAM_CHIEF = AddExtraTeam("Civil Protection Chief", Color(20, 20, 255, 255), "models/player/combine_soldier_prisonguard.mdl", [[The Chief is the leader of the Civil Protection unit.
  97. Coordinate the police forces to bring law to the city
  98. Hit them with arrest baton to put them in jail
  99. Bash them with a stunstick and they might learn better than to
  100. disobey the law.
  101. The Battering Ram can break down the door of a criminal with a
  102. warrant for his/her arrest.
  103. Type /wanted <name> to alert the public to this criminal
  104. Type /jailpos to set the Jail Position]], {"arrest_stick", "glitchvid's-rp-fists", "unarrest_stick", "weapon_real_cs_desert_eagle", "stunstick", "door_ram", "weaponchecker", "keypad_cracker"}, "chief", 1, 75, 0, false, true, TEAM_POLICE)
  105.  
  106.  
  107.  
  108. TEAM_MAYOR = AddExtraTeam("Mayor", Color(150, 20, 20, 255), "models/player/breen.mdl", [[The Mayor of the city creates laws to serve the greater good
  109. of the people.
  110. If you are the mayor you may create and accept warrants.
  111. Type /wanted <name> to warrant a player
  112. Type /jailpos to set the Jail Position
  113. Type /lockdown initiate a lockdown of the city.
  114. Everyone must be inside during a lockdown.
  115. The cops patrol the area
  116. /unlockdown to end a lockdown]], {"glitchvid's-rp-fists"}, "mayor", 1, 85, 0, true, false/*, {TEAM_CHIEF, TEAM_POLICE}*/)
  117. /*
  118. -------------------------------------------
  119.  
  120. TEAM_HOBO = AddExtraTeam("Hobo", Color(80, 45, 0, 255), "models/player/corpse1.mdl", [[The lowest member of society. All people see you laugh.
  121. You have no home.
  122. Beg for your food and money
  123. Sing for everyone who passes to get money
  124. Make your own wooden home somewhere in a corner or
  125. outside someone else's door]], {"weapon_bugbait", "glitchvid's-rp-fists"}, "hobo", 5, 0, 0, false)
  126.  
  127. //-------------
  128. HOW TO MAKE AN EXTRA CLASS!!!!
  129. --------------------------------------------------------
  130.  
  131.  
  132. //
  133. You can make extra classes here. Set everything up here and the rest will be done for you! no more editing 100 files without knowing what you're doing!!!
  134.  
  135. // Ok here's how:
  136.  
  137. To make an extra class do this:
  138. AddExtraTeam( "<NAME OF THE CLASS>", Color(<red>, <Green>, <blue>, 255), "<Player model>" , [[<the description(it can have enters)>]], { "<first extra weapon>","<second extra weapon>", etc...}, "<chat command to become it(WITHOUT THE /!)>", <maximum amount of this team> <the salary he gets>, 0/1/2 = public /admin only / superadmin only, <1/0/true/false Do you have to vote to become it>, true/false DOES THIS TEAM HAVE A GUN LICENSE?, TEAM: Which team you need to be to become this team)
  139.  
  140. The real example is here: it's the Hobo: */
  141.  
  142. --VAR without /!!! The name the color(what you see in tab) the player model The description
  143.  
  144. // No extra weapons say /hobo to become hobo Maximum hobo's = 5 his salary = 0 because hobo's don't earn money. 0 = everyone can become hobo , false = you don't have to vote to become hobo
  145.  
  146. // MAKE SURE THAT THERE IS NO / IN THE TEAM NAME OR IN THE TEAM COMMAND:
  147.  
  148. // TEAM_/DUDE IS WROOOOOONG !!!!!!
  149.  
  150. // HAVING "/dude" IN THE COMMAND FIELD IS WROOOOOOOONG!!!!
  151.  
  152. //ADD TEAMS UNDER THIS LINE:
  153.  
  154.  
  155.  
  156. TEAM_DRUG = AddExtraTeam( "Drug Dealer", Color( 77, 11, 89, 255 ), "models/player/Phoenix.mdl", [[Sells and takes drugs for a living.]], {"weapon_real_cs_glock18", "keys", "pocket", "glitchvid's-rp-fists", "weapon_durgz"}, 'dealer', 2, 50, 0, 0, false )
  157.  
  158. TEAM_ADMIN = AddExtraTeam( "Admin Police", Color( 222, 222, 22, 255 ), "models/player/swat.mdl", [[Admin police, Super guns]], {"keys", "glitchvid's-rp-fists", "arrest_stick", "door_ram", "pocket", "weaponchecker", "stunstick", "laserPointer", "med_kit", "weapon_real_cs_pumpshotgun", "weapon_real_cs_m4a1", "keypad_cracker"}, 'admin', 5, 2000, 1, 0, false )
  159.  
  160. TEAM_SNIPER = AddExtraTeam( "Civil Sniper", Color( 111, 111, 11, 255 ), "models/player/combine_soldier_prisonguard.mdl", [[2nd Police team, kills when a runaway is being done.]], {"stunstick", "glitchvid's-rp-fists", "arrest_stick", "door_ram", "keys", "pocket", "unarrest_stick", "weapon_real_cs_g3sg1"}, 'sniper', 1, 75, 0, 1, true )
  161.  
  162. TEAM_HITMAN = AddExtraTeam( "Hitman", Color( 255, 255, 255, 255 ), "models/player/soldier_stripped.mdl", [[Get payed to kill people, money has to be above 150$ to do the kill.]], {"keys", "pocket", "weapon_real_cs_desert_eagle", "glitchvid's-rp-fists", "lockpick", "keypad_cracker"}, 'hitman', 2, 50, 0, 1, false )
  163.  
  164. TEAM_RETIREDCITIZEN = AddExtraTeam( "Retired Citizen", Color( 24, 66, 88, 255 ), "models/player/Hostage/hostage_04.mdl", [[Your an old man, sit down and take walk's and work a bit for money.]], {"keys", "glitchvid's-rp-fists", "pocket"}, 'retiredcitizen', 2, 80, 0, 0, false )
  165.  
  166. TEAM_PET = AddExtraTeam( "Pet", Color( 123, 255, 255, 255 ), "models/player/charple01.mdl", [[your sorta like a big dog, listen to your owner]], {"keys", "glitchvid's-rp-fists", "pocket"}, 'pet', 2, 10, 0, 0, false )
  167.  
  168. TEAM_TERRORIST = AddExtraTeam( "Terroist", Color( 2, 255, 6, 255 ), { "models/player/leet.mdl", "models/player/guerilla.mdl"}, [[Spy, kill, you set up secret hideouts and meeting to take mayor hostage or just raid the PD]], {"keys", "glitchvid's-rp-fists", "pocket", "unarrest_stick", "weapon_real_cs_ak47"}, 'terroist', 1, 65, 0, 1, false )
  169.  
  170. TEAM_LEADER = AddExtraTeam( "The Leader", Color( 2, 255, 6, 255 ), { "models/player/leet.mdl", "models/player/guerilla.mdl"}, [[Spy, kill, you set up secret hideouts and meeting to take mayor hostage or just raid the PD]], {"keys", "glitchvid's-rp-fists", "pocket", "unarrest_stick", "weapon_real_cs_xm1014", "weapon_real_cs_smoke", "weapon_real_cs_flash"}, 'leader', 1, 65, 0, 1, false {TEAM_TERRORIST})
  171.  
  172. TEAM_ROBBER = AddExtraTeam( "Robber", Color( 255, 52, 255, 255 ), "models/player/arctic.mdl", [[Rob people, take them away, rob their houses]], {"keys", "pocket", "lockpick", "weapon_real_cs_glock18", "glitchvid's-rp-fists", "keypad_cracker"}, 'robber', 4, 55, 0, 1, false )
  173.  
  174. TEAM_HOBO = AddExtraTeam("Hobo", Color(80, 45, 0, 255), "models/player/corpse1.mdl", [[The lowest member of society. All people see you laugh.
  175. You have no home.
  176. Beg for your food and money
  177. Sing for everyone who passes to get money
  178. Make your own wooden home somewhere in a corner or
  179. outside someone else's door]], {"weapon_bugbait", "glitchvid's-rp-fists"}, "hobo", 5, 0, 0, false)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement