diff --git a/plugins/include/engine.inc b/plugins/include/engine.inc index 1534515e..9a6fc427 100755 --- a/plugins/include/engine.inc +++ b/plugins/include/engine.inc @@ -273,4 +273,7 @@ native is_in_viewcone(entity, Float:origin[3]); //SDK function - checks if an origin is visible to an entity native is_visible(entity, Float:origin[3]); -#include \ No newline at end of file +//Added at twistedeuphoria's request, see funcwiki for details +native trace_forward(Float:start[3], Float:angle, Float:give, ignoreEnt, &Float:hitX, &Float:hitY, &Float:shortestDistance, &Float:shortestDistLow, &Float:shortestDistHigh); + +#include