Skip to content

Instantly share code, notes, and snippets.

Created November 9, 2013 06:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/7382273 to your computer and use it in GitHub Desktop.
Save anonymous/7382273 to your computer and use it in GitHub Desktop.
TEAM_MOVIE = DarkRP.createJob("Movie Manager", {
color = Color(51, 0, 102, 255),
model = "models/player/alyx.mdl",
description = [[You are the Movie Manager. You have access to the PlayX tool which allows you to play videos
as well as streams and pictures. Find a place and turn it into a theater. You can only play video in your theater.]],
weapons = {"weapon_fists"},
command = "theater",
max = 1,
salary = 100,
admin = 0,
vote = false,
hasLicense = false,
customCheck = function(ply) return CLIENT or ply:GetUserGroup() == "vip" or ply:IsAdmin() end,
CustomCheckFailMsg = "You must be VIP to become this class!"
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment