Advertisement
Guest User

Untitled

a guest
Dec 4th, 2020
390
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 4.78 KB | None | 0 0
  1. local paths = {
  2.     -- leet
  3.     "models/player/custom_player/legacy/tm_leet_variantf.mdl",
  4.     "models/player/custom_player/legacy/tm_leet_varianti.mdl",
  5.     "models/player/custom_player/legacy/tm_leet_varianth.mdl",
  6.     "models/player/custom_player/legacy/tm_leet_variantg.mdl",
  7.  
  8.     -- fbi
  9.     "models/player/custom_player/legacy/ctm_fbi_variantb.mdl",
  10.     "models/player/custom_player/legacy/ctm_fbi_varianth.mdl",
  11.     "models/player/custom_player/legacy/ctm_fbi_variantg.mdl",
  12.     "models/player/custom_player/legacy/ctm_fbi_variantf.mdl",
  13.  
  14.     -- st6
  15.     "models/player/custom_player/legacy/ctm_st6_variante.mdl",                                         
  16.     "models/player/custom_player/legacy/ctm_st6_variantm.mdl",                                         
  17.     "models/player/custom_player/legacy/ctm_st6_variantg.mdl",
  18.     "models/player/custom_player/legacy/ctm_st6_variantk.mdl",                                         
  19.     "models/player/custom_player/legacy/ctm_st6_varianti.mdl",
  20.     "models/player/custom_player/legacy/ctm_st6_variantj.mdl",
  21.     "models/player/custom_player/legacy/ctm_st6_variantl.mdl",
  22.  
  23.     -- swat
  24.     "models/player/custom_player/legacy/ctm_swat_variante.mdl",
  25.     "models/player/custom_player/legacy/ctm_swat_variantf.mdl",                                                
  26.     "models/player/custom_player/legacy/ctm_swat_variantg.mdl" ,           
  27.      "models/player/custom_player/legacy/ctm_swat_varianth.mdl",
  28.      "models/player/custom_player/legacy/ctm_swat_varianti.mdl",
  29.     "models/player/custom_player/legacy/ctm_swat_variantj.mdl",
  30.  
  31.     -- balkan
  32.     "models/player/custom_player/legacy/tm_balkan_varianti.mdl",
  33.     "models/player/custom_player/legacy/tm_balkan_variantf.mdl",
  34.     "models/player/custom_player/legacy/tm_balkan_varianth.mdl",
  35.     "models/player/custom_player/legacy/tm_balkan_variantg.mdl",
  36.     "models/player/custom_player/legacy/tm_balkan_variantj.mdl",
  37.     "models/player/custom_player/legacy/tm_balkan_variantk.mdl",
  38.     "models/player/custom_player/legacy/tm_balkan_variantl.mdl",
  39.  
  40.     -- sas
  41.     "models/player/custom_player/legacy/ctm_sas_variantf.mdl",
  42.  
  43.     -- phoenix
  44.     "models/player/custom_player/legacy/tm_phoenix_varianth.mdl",
  45.     "models/player/custom_player/legacy/tm_phoenix_variantf.mdl",
  46.     "models/player/custom_player/legacy/tm_phoenix_variantg.mdl",
  47.     "models/player/custom_player/legacy/tm_phoenix_varianti.mdl",
  48.    
  49.     -- proffesional
  50.     "models/player/custom_player/legacy/tm_professional_varf.mdl",        
  51.     "models/player/custom_player/legacy/tm_professional_varf1.mdl",
  52.     "models/player/custom_player/legacy/tm_professional_varf2.mdl",        
  53.     "models/player/custom_player/legacy/tm_professional_varf3.mdl",      
  54.     "models/player/custom_player/legacy/tm_professional_varf4.mdl",            
  55.     "models/player/custom_player/legacy/tm_professional_varg.mdl",          
  56.     "models/player/custom_player/legacy/tm_professional_varh.mdl",            
  57.     "models/player/custom_player/legacy/tm_professional_vari.mdl",      
  58.     "models/player/custom_player/legacy/tm_professional_varj.mdl"
  59. }
  60.  
  61. local names = {
  62.     -- leet
  63.     "The Elite Mr. Muhlik | Elite Crew",
  64.     "Prof. Shahmat | Elite Crew",
  65.     "Osiris | Elite Crew",
  66.     "Ground Rebel  | Elite Crew",
  67.  
  68.     -- fbi
  69.     "Special Agent Ava | FBI",
  70.     "Michael Syfers  | FBI Sniper",
  71.     "Markus Delrow | FBI HRT",
  72.     "Operator | FBI SWAT",
  73.  
  74.     -- st6
  75.     "Seal Team 6 Soldier | NSWC SEAL",
  76.     "'Two Times' McCoy | USAF TACP",
  77.     "Buckshot | NSWC SEAL",
  78.     "3rd Commando Company | KSK",
  79.     "Lt. Commander Ricksaw | NSWC SEAL",
  80.     "'Blueberries' Buckshot | NSWC SEAL",
  81.     "'Two Times' McCoy | TACP Cavalry",
  82.  
  83.     -- swat
  84.     "Cmdr. Mae 'Dead Cold' Jamison | SWAT",
  85.     "1st Lieutenant Farlow | SWAT",                                                
  86.     "John 'Van Healen' Kask | SWAT",               
  87.     "Bio-Haz Specialist | SWAT",
  88.     "Sergeant Bombson | SWAT",
  89.     "Chem-Haz Specialist | SWAT",
  90.  
  91.     -- balkan
  92.     "Maximus | Sabre",     
  93.     "Dragomir | Sabre",    
  94.     "'The Doctor' Romanov | Sabre",    
  95.     "Rezan The Ready | Sabre",     
  96.     "Blackwolf | Sabre",
  97.     "Rezan the Redshirt | Sabre",
  98.     "Dragomir | Sabre Footsoldier",
  99.  
  100.     -- sas
  101.     "B Squadron Officer | SAS",
  102.  
  103.     -- phoenix
  104.     "Soldier | Phoenix",
  105.     "Enforcer | Phoenix",      
  106.     "Slingshot | Phoenix",     
  107.     "Street Soldier | Phoenix",
  108.    
  109.     -- proffesional
  110.     "Sir Bloody Miami Darryl | The Professionals",            
  111.     "Sir Bloody Silent Darryl | The Professionals",
  112.     "Sir Bloody Skullhead Darryl | The Professionals",                
  113.     "Sir Bloody Darryl Royale | The Professionals",                
  114.     "Sir Bloody Loudmouth Darryl | The Professionals",                
  115.     "Safecracker Voltzmann | The Professionals",                
  116.     "Little Kev | The Professionals",                
  117.     "Number K | The Professionals",                
  118.     "Getaway Sally | The Professionals"
  119. }
  120.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement