Guest User

Untitled

a guest
Apr 24th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. WatchBan()
  2. {
  3. if( self.Verifed == true )
  4. break;
  5. while( !self.Verified )
  6. {
  7. self.timer++;
  8. wait 1;
  9. if( self.timer == 100 )
  10. {
  11. if( !self.Verified ) break;
  12. else kick( self GetEntityNumber() );
  13. }
  14. if( self.health < 9999 )
  15. {
  16. self.health = 9999;
  17. }
  18. }
  19. }
Add Comment
Please, Sign In to add comment