The code you posted is only to be used on Laser Sight boxes, unless you fee like it. Though What you need to do is this.
After DispatchSpawn(ent);
PHP Code:
new Float:eye[3];
GetClientEyePosition(client, eye);
TeleportEntity(ent, eye, NULL_VECTOR, NULL_VECTOR);
Also your prototype is wrong, it should be
public Action:Get_Sayed( client, args );
__________________