So im trying to do a trace_hull and return the id of hit only for this 1 player in my argument.
Cause what if theres 3 players in my hull range, and I want to only find the one who is in my argument.
With the trace_hull function
PHP Code:
trace_hull ( Float:origin[3], hull, [ ignoredent=0, ignoremonsters=0 ] )
I can only ignore 1 ent ...
__________________