Open GoogleCodeExporter opened 9 years ago
What i am currently using.
,function(ply) return ply:CheckGroup("donator") or ply:IsAdmin() end
Original comment by emind...@hotmail.com
on 3 Jul 2012 at 11:34
you're doing something wrong.
Original comment by fpeijnen...@gmail.com
on 3 Jul 2012 at 11:36
Well this is my code for the job:
TEAM_SECURITY = AddExtraTeam("Security Guard", Color(0, 255, 255, 255),
"models/player/odessa.mdl", [[A Security Guard is a hireable sentry that must
protect people or goods.
Payments should be organised by the employer depending on what services are
being completed.]], {"stunstick", "weapon_mad_fists"}, "security", 3, 35, 0, 0,
false, function(ply) return ply:CheckGroup("donator") or ply:IsAdmin() end)
And i use ULX and i dont have a clue why it wont work?
The ULX Job is also called donator
Original comment by emind...@hotmail.com
on 3 Jul 2012 at 11:40
I don't know either, maybe it's a difference in capital letters. Donator is not
the same as donator.
Original comment by fpeijnen...@gmail.com
on 3 Jul 2012 at 11:42
Hmm, ive got the donator both the same and it still is not working. :\
Original comment by emind...@hotmail.com
on 3 Jul 2012 at 11:52
Original issue reported on code.google.com by
emind...@hotmail.com
on 3 Jul 2012 at 11:32