KiLL3R
Allows script to do a point trace with MASK_SHOT. Returns hit position, hit entity, hit surface normal and surface type.
playfxunderme() { trace = bulletTrace(self.origin + (0,0,10), self.origin + (0,0,-1000), false, undefined); playfx(level.fx_bomb,trace["position"],trace["normal"]); }