diff --git a/plugins/include/engine.inc b/plugins/include/engine.inc index 4f27db34..2f053f21 100755 --- a/plugins/include/engine.inc +++ b/plugins/include/engine.inc @@ -284,7 +284,7 @@ stock VelocityByAim(iIndex,iVelocity, Float:vRetValue[3]) { } /* Will return the contents of a point (inside map? in sky? outside map? etc.). */ stock PointContents(Float:fCheckAt[3]) { - return point_contents(fCheckAt[3]); + return point_contents(fCheckAt); } stock set_size(index, Float:mins[3], Float:maxs[3]) {