Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.46 KB | None | 0 0
  1. if event.type == b3.events.EVT_GAME_ROUND_START:
  2.         self.ifadminshere = self.getAdmins()
  3.  
  4.         if len(self.ifadminshere) < 1:
  5.          self.console.say('^2No Camp, No insult, No Push, No Block, No Hack, 1x1, No Spam, No Bug, No Shoot in the Start, respect players and admins.')
  6.          self.console.write('^1admin say:Follow Rules Or Ban/Kick/Warn')
  7.          self.console.write('^4admin say:Respect 1x1 and order!')
  8.         else:
  9.          return False
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement