[REL] jobManager [Holograph, ROLEPLAY]

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,195
3,901
Hey,

Was looking over some of my old files since I've now moved on to working on PlusRP I thought I'd release some of my old stuff, and I thought I'd give out my jobManager, some of you may remember me working on BflyRP and working on that made me create this, but for Holograph, well it can EASILY be changed for anything.

You can get this jobManager ( ).

Now I'll show you some examples on how you can use this.

Example #1: Hire command.
Code:
if (jobManager.canHire(USERS JOB ID) != true)
{
Room.sendWhisper(roomUser, _Username, "your job doesn't give you the power to use this command.");
break;
}

The above command will call the 'canHire' boolean and check in the dictionary to see if that job rank can use the hire permission.

The usage is very easy and simple, if you like this release, please click the 'Like' button. :)
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,195
3,901
Thanks i was about to recode hire on AcidRP emu v2 thanks :)

Here is some other code that could help you, I developed this a while ago, and have recently been asked to start on a new project, I'll release more later;
Also; the above are for ButterflyEmulator.
 

Users who are viewing this thread

Top