Advertisement
Guest User

Untitled

a guest
Sep 29th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. --[[---------------------------------------------------------------------------
  2. Define which team joining players spawn into and what team you change to if demoted
  3. ---------------------------------------------------------------------------]]
  4. GAMEMODE.DefaultTeam = TEAM_CCadet
  5.  
  6.  
  7. --[[---------------------------------------------------------------------------
  8. Define which teams belong to civil protection
  9. Civil protection can set warrants, make people wanted and do some other police related things
  10. ---------------------------------------------------------------------------]]
  11. GAMEMODE.CivilProtection = {
  12. [TEAM_POLICE] = false,
  13. [TEAM_CHIEF] = false,
  14. [TEAM_MAYOR] = false,
  15. }
  16.  
  17. --[[---------------------------------------------------------------------------]]
  18. Jobs that = are hitmen (enables the hitman menu)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement