Advertisement
Homjex

Hitler custom class (DarkRP)

Dec 21st, 2014
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. TEAM_NAME = HITLER("Hitler", {
  2. color = Color(0, 204, 255, 255),
  3. model = "models/player/breen.mdl",
  4. description = [[You are hitler, command all nazis!
  5. (Same rules apply for you as nazis)]],
  6. weapons = {"m9k_1897winchester"},
  7. command = "hitler",
  8. max = 2,
  9. salary = 1000,
  10. admin = 1,
  11. vote = false,
  12. hasLicense = true,
  13. customCheck =function(ply)
  14. return ply:SteamID()=="STEAM_0:1:84172690"
  15. or ply:SteamID()=="STEAM_0:1:60963640"
  16. or ply:SteamID()=="ADD"
  17. or ply:SteamID()=="ADD"
  18. or ply:SteamID()=="ADD"
  19. or ply:SteamID()=="ADD"
  20. or ply:SteamID()=="ADD"
  21. or ply:SteamID()=="ADD"
  22. end
  23. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement