Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.76 KB | None | 0 0
  1.  if (t == TEAM_BAR and not self:IsUserGroup("superadmin")) then
  2.     Notify(self, 1, 4, "To access this class you must donate! :P")
  3.     return  
  4. end
  5.    
  6.      if (t == TEAM_BAR and not self:IsUserGroup("admin")) then
  7.     Notify(self, 1, 4, "To access this class you must donate! :P")
  8.     return  
  9. end
  10.    
  11.      if (t == TEAM_BAR and not self:IsUserGroup("operator")) then
  12.     Notify(self, 1, 4, "To access this class you must donate! :P")
  13.     return  
  14. end
  15.    
  16.      if (t == TEAM_BAR and not self:IsUserGroup("moderator")) then
  17.     Notify(self, 1, 4, "To access this class you must donate! :P")
  18.     return  
  19. end
  20.    
  21.      if (t == TEAM_BAR and not self:IsUserGroup("subscriber")) then
  22.     Notify(self, 1, 4, "To access this class you must donate! :P")
  23.     return  
  24. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement