diff --git a/plugins/include/engine.inc b/plugins/include/engine.inc index 15430a52..a2a4aff8 100755 --- a/plugins/include/engine.inc +++ b/plugins/include/engine.inc @@ -277,6 +277,6 @@ native is_in_viewcone(entity, Float:origin[3]); native is_visible(entity, target); //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); +native trace_forward(Float:start[3], Float:angle[3], Float:give, ignoreEnt, &Float:hitX, &Float:hitY, &Float:shortestDistance, &Float:shortestDistLow, &Float:shortestDistHigh); #include