multitheftauto / mtasa-blue

Multi Theft Auto is a game engine that incorporates an extendable network play element into a proprietary commercial single-player game.
https://multitheftauto.com
GNU General Public License v3.0
1.3k stars 412 forks source link

Implement getElementBoundingBox for buildings #3504

Closed TheNormalnij closed 6 days ago

TheNormalnij commented 6 days ago

Implement getElementBoundingBox for buildings

Test:

local building = createBuilding(1337, 0, 0, 4, 0, 0, 0 )
iprint( getElementBoundingBox( building) )