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.
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.
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
You must be registered for see links
(
You must be registered for see links
).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.