Advertisement
Guest User

Untitled

a guest
Dec 8th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1.  
  2. command /jobtime [<number>]:
  3. permission: admin
  4. trigger:
  5. if arg-1 is 1:
  6. loop all players:
  7. if loop-player has permission "lunchlady":
  8. send "&4&l[JOB] &4Alright, maggot. You're the lunch-lady, member'? Get to the cafeteria and do your assigned tasks otherwise yer' gettin fined." to loop-player
  9. send "&4&l[JOB] &4Lunch Lady tasks: Take raw beef from the kitchen, cook it, submit it by right clicking it. $0.20 per steak cooked. Ya got alla meal-time. AND IF YER CAUGHT SNEAKIN FOOD BACK TO YOUR CELL YOU'LL BE FIRED FOREVER!" to loop-player
  10. set {doingjob.%loop-player%} to true
  11. wait 4 minutes
  12. set {doingjob.%loop-player%} to false
  13. send "&4&l[JOB] &4Shift over." to loop-player
  14. if arg-1 is 2:
  15. loop all players:
  16. if loop-player has permission "janitor":
  17. if loop-player does not have permission "guard" or "trialguard":
  18. send "&4&l[JOB] &4Okay, it's either free-time or laundry work. As a janitor, you get a free laundry work pass as long as you do your job! Right click sponges on the stone brick walls. Also, right click the broom in the janitor's closet to get a broom then right click any brown spots you see around the prison with it." to loop-player
  19. set {doingjob.%loop-player%} to true
  20. wait 4 minutes
  21. set {doingjob.%loop-player%} to false
  22. send "&4&l[JOB] &4Shift over." to loop-player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement