Advertisement
tyler569

Derp BL

May 18th, 2012
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. all:/derp [$]= >>>
  2. assign(@var, $)
  3. assign(@player, player())
  4. if(is_null(get_value(concat(@player,'_derpbl'))),
  5. include('/includes/derp.ms'),
  6. die('You are blacklisted from performing this command')
  7. )
  8. <<<
  9.  
  10. #derp.ms remains unchanged
  11.  
  12.  
  13. #new commands to blacklist and unblacklist
  14. admin:/derpbl $player = >>>
  15. assign(@player,$player)
  16. store_value(concat(@player,'_derpbl'),1)
  17. <<<
  18.  
  19. admin:/derpwl $player = >>>
  20. assign(@player,$player)
  21. store_value(concat(@player,'_derpbl'),'null')
  22. <<<
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement