Advertisement
willthewizardd

Untitled

Mar 20th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. package slayerMinigameFix
  2. {
  3. function serverCmdLeaveMinigame(%client)
  4. {
  5. if(%client.isAdmin || %client.isSuperAdmin || %client.isPlatinum)
  6. parent::serverCmdLeaveMinigame(%client);
  7. else
  8. return messageClient(%client, '', "\c6You don't have permission to do that.");
  9. }
  10. };
  11. activatePackage(slayerMinigameFix);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement