TeamUlysses / ulib

ULib: A Lua library for more rapid development on Garry's Mod servers

Home Page:http://ulyssesmod.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

serverside console flood

Karlend opened this issue · comments

  1. We need to type "_u text" in console as client
  2. We have "Unknown command: text" in server console

everyone can run "_u text"...

Yes. Like for i=1,100 do RunConsoleCommand("_u", "hacked") end

It's annoying, but not really a problem. I'll see about adding what user it's coming from.

This has been resolved in 58659ac