Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1.  
  2. TEAM_Generał = DarkRP.createJob("Generał ", {
  3. color = Color(34, 85, 85, 255),
  4. model = {"models/player/us/army/general.mdl"},
  5. description = [[Jesteś Generałem]],
  6. weapons = {"salute", "weapon_p2282", "csgo_bayonet", "weapon_hands", "stunstick"},
  7. command = "Generał",
  8. max = 0,
  9. salary = 200,
  10. admin = 0,
  11. vote = false,
  12. hasLicense = false,
  13. candemote = false,
  14. category = "Korpus Generałów",
  15. PlayerSpawn = function(ply)
  16. ply:SetMaxHealth(100)
  17. ply:SetHealth(100)
  18. ply:SetArmor(100)
  19. end
  20. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement