Advertisement
Guest User

Shared.lua

a guest
May 12th, 2010
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.29 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. TEAM_CITIZEN = AddExtraTeam("Citizen", Color(20, 150, 20, 255), {
  5. "models/player/Group01/Female_01.mdl",
  6. "models/player/Group01/Female_02.mdl",
  7. "models/player/Group01/Female_03.mdl",
  8. "models/player/Group01/Female_04.mdl",
  9. "models/player/Group01/Female_06.mdl",
  10. "models/player/Group01/Female_07.mdl",
  11. "models/player/group01/male_01.mdl",
  12. "models/player/Group01/Male_02.mdl",
  13. "models/player/Group01/male_03.mdl",
  14. "models/player/Group01/Male_04.mdl",
  15. "models/player/Group01/Male_05.mdl",
  16. "models/player/Group01/Male_06.mdl",
  17. "models/player/Group01/Male_07.mdl",
  18. "models/player/Group01/Male_08.mdl",
  19. "models/player/Group01/Male_09.mdl"},
  20. [[The Citizen is the most basic level of society you can hold
  21. besides being a hobo.
  22. You have no specific role in city life.]], {"hl2_combo_fists"}, "citizen", 0, 45, 0, false, false)
  23.  
  24. TEAM_POLICE = AddExtraTeam("Civil Protection", Color(25, 25, 170, 255), "models/player/police.mdl", [[The protector of every citizen that lives in the city .
  25. You have the power to arrest criminals and protect innocents.
  26. Hit them with your arrest baton to put them in jail
  27. Bash them with a stunstick and they might learn better than to disobey
  28. the law.
  29. The Battering Ram can break down the door of a criminal with a warrant
  30. for his/her arrest.
  31. The Battering Ram can also unfreeze frozen props(if enabled).
  32. Type /wanted <name> to alert the public to this criminal
  33. OR go to tab and warrant someone by clicking the warrant button]], {"hl2_combo_fists", "arrest_stick", "unarrest_stick", "weapon_glock2", "stunstick", "door_ram", "weaponchecker"}, "cp", 4, 65, 0, true, true)
  34.  
  35. TEAM_GANG = AddExtraTeam("Gangster", Color(75, 75, 75, 255), {
  36. "models/player/Group03/Female_01.mdl",
  37. "models/player/Group03/Female_02.mdl",
  38. "models/player/Group03/Female_03.mdl",
  39. "models/player/Group03/Female_04.mdl",
  40. "models/player/Group03/Female_06.mdl",
  41. "models/player/Group03/Female_07.mdl",
  42. "models/player/group03/male_01.mdl",
  43. "models/player/Group03/Male_02.mdl",
  44. "models/player/Group03/male_03.mdl",
  45. "models/player/Group03/Male_04.mdl",
  46. "models/player/Group03/Male_05.mdl",
  47. "models/player/Group03/Male_06.mdl",
  48. "models/player/Group03/Male_07.mdl",
  49. "models/player/Group03/Male_08.mdl",
  50. "models/player/Group03/Male_09.mdl"}, [[The lowest person of crime.
  51. A gangster generally works for the Mobboss who runs the crime family.
  52. The Mobboss sets your agenda and you follow it or you might be punished.]], {"hl2_combo_fists"}, "gangster", 3, 45, 0, false, false)
  53.  
  54. 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.
  55. With his power he coordinates the gangsters and forms an efficent crime
  56. organization.
  57. He has the ability to break into houses by using a lockpick.
  58. The Mobboss also can unarrest you.]], {"hl2_combo_fists", "lockpick", "unarrest_stick"}, "mobboss", 1, 60, 0, false, false)
  59.  
  60. 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
  61. people.
  62. However, make sure you aren't caught selling guns that are illegal to
  63. the public.
  64. /Buyshipment <name> to Buy a weapon shipment
  65. /Buygunlab to Buy a gunlab that spawns P228 pistols]], {"hl2_combo_fists"}, "gundealer", 2, 45, 0, false, false)
  66.  
  67. TEAM_MEDIC = AddExtraTeam("Medic", Color(47, 79, 79, 255), "models/player/kleiner.mdl", [[With your medical knowledge, you heal players to proper
  68. health.
  69. Without a medic, people can not be healed.
  70. Left click with the Medical Kit to heal other players.
  71. Right click with the Medical Kit to heal yourself.]], {"med_kit"}, "medic", 3, 45, 0, false, false)
  72.  
  73. 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
  74. of your city.
  75. You can spawn a microwave and sell the food you make:
  76. /Buymicrowave]], {"hl2_combo_fists"}, "cook", 2, 45, 0, 0, false)
  77.  
  78. 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.
  79. Coordinate the police forces to bring law to the city
  80. Hit them with arrest baton to put them in jail
  81. Bash them with a stunstick and they might learn better than to
  82. disobey the law.
  83. The Battering Ram can break down the door of a criminal with a
  84. warrant for his/her arrest.
  85. Type /wanted <name> to alert the public to this criminal
  86. Type /jailpos to set the Jail Position]], {"hl2_combo_fists", "arrest_stick", "unarrest_stick", "weapon_deagle2", "stunstick", "door_ram", "weaponchecker"}, "chief", 1, 75, 0, false, true, TEAM_POLICE)
  87.  
  88. 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
  89. of the people.
  90. If you are the mayor you may create and accept warrants.
  91. Type /wanted <name> to warrant a player
  92. Type /jailpos to set the Jail Position
  93. Type /lockdown initiate a lockdown of the city.
  94. Everyone must be inside during a lockdown.
  95. The cops patrol the area
  96. /unlockdown to end a lockdown]], {"hl2_combo_fists"}, "mayor", 1, 85, 0, true, false/*, {TEAM_CHIEF, TEAM_POLICE}*/)
  97. /*
  98. --------------------------------------------------------
  99. HOW TO MAKE AN EXTRA CLASS!!!!
  100. --------------------------------------------------------
  101.  
  102. 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!!!
  103. Ok here's how:
  104.  
  105. To make an extra class do this:
  106. 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)
  107.  
  108. The real example is here: it's the Hobo: */
  109.  
  110. --VAR without /!!! The name the color(what you see in tab) the player model The description
  111. TEAM_hobo = AddExtraTeam( "Hobo", Color( 80, 45, 0, 255 ), "models/player/danboard.mdl", [[The lowest member of society. All people see you laugh.
  112. You have no home.
  113. Beg for your food and money
  114. Sing for everyone who passes to get money
  115. Make your own wooden home somewhere in a corner or
  116. outside someone else's door.]], {"hl2_combo_fists", "gmod_tool", "keys", "pocket", "weapon_bugbait"}, "hobo", 5, 0, 0, 0, false }
  117.  
  118. //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
  119. // MAKE SURE THAT THERE IS NO / IN THE TEAM NAME OR IN THE TEAM COMMAND:
  120. // TEAM_/DUDE IS WROOOOOONG !!!!!!
  121. // HAVING "/dude" IN THE COMMAND FIELD IS WROOOOOOOONG!!!!
  122. //ADD TEAMS UNDER THIS LINE:
  123.  
  124. TEAM_admin = AddExtraTeam( "Admin", Color( 255, 255, 255, 255 ), "models/player/slow_v2.mdl", [[The Admin job is strictly for administrational uses.
  125. You may not abuse this job in anyway. This includes but is not limited to:
  126. Do not fly around in noclip for no reason.
  127. Do not use your powers/weapons to gain an advantage.
  128. Do not use this job for RP uses.
  129. Do not disturb RP amongst other players unless needed.
  130. Do not assist others RP with this job.]], {"arrest_stick", "door_ram", "gmod_tool", "keys", "lockpick", "med_kit", "pocket", "stunstick", "unarrest_stick", "weaponchecker", "hl2_combo_fists", "ultra_rail_gun"}, 'admin', 1, 0, 1, 0, false }
  131.  
  132. TEAM_hitman = AddExtraTeam( "Hitman", Color( 255, 200, 0, 255 ), "models/player/slow.mdl", [[As a hitman, you take hits from people, and complete the request.
  133. You avoid the cops at all costs, and try to be sly.
  134. Avoid being seen when killing your victim.]], {"gmod_tool", "keys", "pocket", "weapon_real_cs_usp", "hl2_combo_fists"}, 'hitman', 2, 55, 0, 0, false }
  135.  
  136.  
  137.  
  138.  
  139.  
  140. /*
  141. --------------------------------------------------------
  142. HOW TO MAKE A DOOR GROUP
  143. --------------------------------------------------------
  144. AddDoorGroup("NAME OF THE GROUP HERE, you see this when looking at a door", Team1, Team2, team3, team4, etc.)
  145.  
  146. WARNING: THE DOOR GROUPS HAVE TO BE UNDER THE TEAMS IN SHARED.LUA. IF THEY ARE NOT, IT MIGHT MUCK UP!
  147.  
  148.  
  149. The default door groups, can also be used as examples:
  150. */
  151. AddDoorGroup("cops and mayor only", TEAM_CHIEF, TEAM_POLICE, TEAM_MAYOR)
  152. AddDoorGroup("gundealer only", TEAM_GUN)
  153.  
  154.  
  155. /*
  156. --------------------------------------------------------
  157. HOW TO MAKE An agenda
  158. --------------------------------------------------------
  159. AddAgenda(Title of the agenda, Manager (who edits it), Listeners (the ones who just see and follow the agenda))
  160.  
  161. WARNING: THE AGENDAS HAVE TO BE UNDER THE TEAMS IN SHARED.LUA. IF THEY ARE NOT, IT MIGHT MUCK UP!
  162.  
  163. The default agenda's, can also be used as examples:
  164. */
  165. AddAgenda("Gangster's agenda", TEAM_MOB, {TEAM_GANG})
  166. AddAgenda("Police agenda", TEAM_MAYOR, {TEAM_CHIEF, TEAM_POLICE})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement