Hey all. Quick question. I'm building a secondary logging system to highlight the use of ULX commands (I want this in the console logs and in a specific format, so the current logging options don't work for me). I'm hooking into ULibCommandCalled. I'm seeing tokenized target ids in the arguments (e.g., $3371261519) when someone uses the ULX gui to issue a target-based command. Is there a simple way to translate these back into player ents? I know I can use ULibPlayerTarget(s), but I'd rather only use one hook for target-based and non-target based commands.
Thanks!