Advertisement
MartinLaps

Реван

Feb 19th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. TEAM_REVAN DarkRP.createJob("Реван", {
  2. color = Color(127, 255, 212),
  3. model = "models/endeavorroleplay/swtor/revan/revan_player.mdl",
  4. description = [[Реван]],
  5. weapons = {"weapon_lightsaber_knight"},
  6. command = "revan",
  7. category = "Джедаи",
  8. max = 0,
  9. salary = GAMEMODE.Config.normalsalary * 0,
  10. admin = 0,
  11. hasLicense = false,
  12. candemote = false,
  13. type = "revan",
  14. PlayerSpawn = function(ply)
  15. ply:SetHealth(1500)
  16. ply:SetMaxHealth(1500)
  17. end,
  18. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement