Hey everyone.
I'm trying to make my admins run certain commands using a menu. As party of the menu, I have something like this:
RunConsoleCommand("ulx","slay",tar:Name())
That works, but the problem is, sometimes it doesn't. Sometimes it will target multiple people with similar names, other times it wont be able to find any target(s).
ULX doesn't seem to support targeting via SteamID, so is there any other way to target a specific player, using Lua-run console commands?
Any help is appreciated