I'm trying to find a way to get the clients EntID. It seems it's needed, i'm trying to get an entity to target the player, and the user(s) index doesn't work. But if i use "find_ent_by_classname(-1,"player")" it works. But this only get's the first user in the server.
EDIT:
Nevermind apparently, i used "fm_find_ent" and it worked fine.