Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. --[[
  2. Generated using: DarkRP | Job Generator
  3. https://csite.io/tools/gmod-darkrp-job
  4. --]]
  5. TEAM_POOTIN = DarkRP.createJob("Rootin Tootin Vladimir Pootin", {
  6. color = Color(255, 0, 0, 255),
  7. model = {"models/cmbfdr/rashkinsk/putin.mdl"},
  8. description = [[You're the Rootin, Tootin, Vladimir Putin, restore communism and hack people, storm into peoples bases and give them a taste of the motherland. Remember to try and keep an alliance with the Americans, Btw the American vape is considered the Ruski vape around me. Mess with me and I will send you the Gulag. Rush B with your p90
  9. ]],
  10. weapons = {"weapon_hack_phone", "weapon_vape_american", "m9k_pkm", "m9k_rpg7", "m9k_svu", "m9k_model3russian", "m9k_ak47", "pro_lockpick_update", "m9k_smgp90", "prokeypadcracker", "weapon_medkit"},
  11. command = "Putin",
  12. max = 1,
  13. salary = 1000,
  14. admin = 0,
  15. vote = false,
  16. hasLicense = true,
  17. candemote = false,
  18. category = "Custom Jobs",
  19. PlayerSpawn = function(ply)
  20. ply:SetMaxHealth(1000)
  21. ply:SetHealth(1000)
  22. ply:SetArmor(500)
  23. end,
  24. customCheck = function(ply) return CLIENT or
  25. table.HasValue({"STEAM_0:1:69255703"}, ply:SteamID())
  26. end,
  27. CustomCheckFailMsg = "You're not the sexy beast snox",
  28. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement