Advertisement
Guest User

Untitled

a guest
Nov 25th, 2014
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. on death of player:
  2. wait 1 tick
  3. execute console command "/tempban %victim% 3h"
  4. execute console command "/ipban %victim%"
  5. set {TempBanned::%victim%} to now
  6.  
  7. every tick:
  8. loop {TempBanned::*}:
  9. if {TempBanned::%victim%} is more than 3 hours ago:
  10. delete {TeamBanned::%victim%}
  11. execute console command "/unipban %loop-value%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement