Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. local surgery_male = { model = "mp_m_freemode_01" }
  2. local surgery_female = { model = "mp_f_freemode_01" }
  3. local emergency_male = { model = "s_m_m_paramedic_01" }
  4. local emergency_female = { model = "s_f_y_paramedic_01" }
  5. local fbi_male = { model = "s_m_y_swat_01" }
  6. local sheriff_male = { model = "bcso"}
  7. local sheriff_female = { model = "bcsof"}
  8. local hway_male = { model = "saspcop"}
  9. local hway_malec = { model = "saspc"}
  10. local cop_male = { model = "s_m_y_cop_01"}
  11. local ups_male = { model = "S_M_Y_AIRWORKER"}
  12. local cop_female = { model = "s_f_y_cop_01"}
  13. local detective_male = { model = "s_m_m_CIASec_01"}
  14. local officer_male = { model = "s_m_y_cop_01"}
  15. local bounty_male = { model = "s_m_y_BlackOps_01"}
  16. local captain_male = { model = "s_m_y_fibcop_01"}
  17. local lieutenant_male = { model = "s_m_m_Armoured_02"}
  18. local sergeant_male = { model = "s_m_y_Ranger_01"}
  19. local deputy_male = { model = "s_m_y_ranger_01"}
  20. local chief_male = {model = "s_m_m_ciasec_01"}
  21. local santa = {model = "Santaclaus"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement