Advertisement
Guest User

Collab Template

a guest
Feb 17th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.29 KB | None | 0 0
  1. [[/* Template for Collaboration team, template will be changed and updated based on the needs of the individual project.
  2. If a new job file is being created a updated template will be provided within the file when sent to you.
  3. Parts NOT to change: Color, Salary, Admin, Cote, HasLicense, Can Demote, and Player Spawn.
  4. "Tier" has to do with what donator tier or member rank they are and what they need to be in order to access the job, The only valid options are...
  5. M - Anyone can access the job, 1-6 (1,2,3,4,5,6) Donator rank of said rank can access the job, and E - Only Executives can access the job.
  6. If you have questions contact a Collaboration Team Officer or above */]]
  7.  
  8.  
  9.  
  10.  
  11. TEAM_CHANGE = AddExtraTeam("CHANGE: CHANGE", {
  12.    color = Color(93, 109, 126, 255),
  13.    model = {"CHANGE"},
  14.    description = [[]],
  15.    weapons = {"CHANGE", "CHANGE"},
  16.    command = "CHANGE",
  17.    max = 35,
  18.    salary = 50,
  19.    admin = 0,
  20.    vote = false,
  21.    hasLicense = false,
  22.    candemote = false,
  23.    PlayerSpawn = function(ply) ply:SetRunSpeed("280") ply:SetJumpPower("230") ply:SetHealth("700") ply:SetMaxHealth("700") ply:SetArmor("0") return CLIENT end,
  24.    sortOrder = 10,
  25.    category = "CHANGE",
  26.    tier = 'M'
  27. })
  28. -------------------------------------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement