I've seen how the Movie Manager for PlayX has been set up before. Can you provide the job code (if you have it) for the Movie Manager?
This is the code for my movie manager.
TEAM_MOVIE = AddExtraTeam("Movie Manager", {
color = Color(0, 255, 162, 255),
model = {
"models/player/humans/suits1/male_01.mdl",
"models/player/humans/suits1/male_02.mdl",
"models/player/humans/suits1/male_03.mdl",
"models/player/humans/suits1/male_04.mdl"
},
description = [[Manage your own movie theater.]],
weapons = {},
command = "movie",
max = 1,
salary = 70,
admin = 0,
vote = false,
hasLicense = false
})