Quote:
Originally Posted by [uL]Pottus
You could use
pawn Код:
native CreateDynamicPolygon(Float:points[], Float:minz = -FLOAT_INFINITY, Float:maxz = FLOAT_INFINITY, maxpoints = sizeof points, worldid = -1, interiorid = -1, playerid = -1);
Then just have a Z-Height check range.
|
How does that work? How does it know accurately if it is outside the building by 1 meter for example? Without plotting the corners I don't see how it would/could work.