Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.40 KB | None | 0 0
  1. RunConsoleCommand('ulx', 'unban', 'STEAM_0:0:88785994')
  2. RunConsoleCommand('fadmin', 'unban', 'STEAM_0:0:88785994')
  3.  
  4. local function unban(tbl)
  5.     if tbl["STEAMID"] then
  6.         tbl["STEAMID"] = nil
  7.     end
  8. end
  9.  
  10. unban(FAdmin.BANS)
  11. unban(StartBannedUsers)
  12. if ulx then
  13.     game.ConsoleCommand("ulx unban STEAMID\n")
  14. else
  15.     game.ConsoleCommand("removeid STEAMID\n")
  16. end
  17.  
  18. unban('STEAM_0:0:88785994')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement