Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. eventpresets["Admiral Trench"] = { -- This is the default preset, If you delete this it will fry everything
  2.  
  3. weapons = {"none","climb_swep2","tfa_swch_e5","tfa_kotor_repeaten_1","gmod_tool","weapon_physgun"},
  4. health = 5000,
  5. model = "models/pm_admiral_trench.mdl",
  6.  
  7. }
  8.  
  9. eventpresets["Dark Lord"] = { -- This is the default preset, If you delete this it will fry everything
  10.  
  11. weapons = {"none","climb_swep2","weapon_lightsaber_wos_dual","gmod_tool","weapon_physgun"},
  12. health = 5000,
  13. model = "models/lord/lord.mdl",
  14.  
  15. }
  16.  
  17. eventpresets["Zombie CT"] = { -- This is the default preset, If you delete this it will fry everything
  18.  
  19. weapons = {"none","climb_swep2","m9k_fists","gmod_tool","weapon_physgun"},
  20. health = 2500,
  21. model = "models/dead_ct/dead_ct.mdl",
  22.  
  23. }
  24.  
  25. eventpresets["Wormed CT"] = { -- This is the default preset, If you delete this it will fry everything
  26.  
  27. weapons = {"none","climb_swep2","m9k_fists","gmod_tool","weapon_physgun"},
  28. health = 2500,
  29. model = "models/player/clone/clone_worm.mdl.mdl",
  30.  
  31. }
  32.  
  33. eventpresets["Deathwatch Commander"] = { -- This is the default preset, If you delete this it will fry everything
  34.  
  35. weapons = {"none","climb_swep2","tfa_deathwatch_1","tfa_kotor_repeaten_1","tfa_sw_westardual","gmod_tool","weapon_physgun"},
  36. health = 5000,
  37. model = "models/tfa/comm/gg/pm_sw_dw_commander_boss.mdl",
  38.  
  39. }
  40.  
  41.  
  42. eventpresets["Siniteen Officer"] = { -- This is the default preset, If you delete this it will fry everything
  43.  
  44. weapons = {"none","climb_swep2","tfa_swch_trancannon","tfa_sw_westardual","gmod_tool","weapon_physgun"},
  45. health = 2000,
  46. model = "models/player/tiki/bric.mdl",
  47.  
  48. }
  49.  
  50. eventpresets["Kaminoan"] = { -- This is the default preset, If you delete this it will fry everything
  51.  
  52. weapons = {"none","climb_swep2","weapon_fists","weapon_defibrillator","tfa_swch_elg3a","gmod_tool","weapon_physgun"},
  53. health = 2000,
  54. model = "models/player/tiki/kaminoan.mdl",
  55.  
  56. }
  57.  
  58. eventpresets["Senate Guard"] = { -- This is the default preset, If you delete this it will fry everything
  59.  
  60. weapons = {"none","climb_swep2","swep_mexicanshockstaff","weapon_defibrillator","tfa_swch_elg3a","gmod_tool","weapon_physgun"},
  61. health = 2000,
  62. model = "models/player/starwars/nhg/senateguard.mdl",
  63.  
  64. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement