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.38k stars 427 forks source link

Can't walk through dead ped's body on created object #3459

Open Renard-XVIII opened 3 months ago

Renard-XVIII commented 3 months ago

Describe the bug

Can't move through dead ped's body if ped on the created object (serverside/clientside, no matter). It will be a collision shape on his body, like ped not dead at all.

Steps to reproduce

  1. Start peddeadonobject
  2. Execute command 'toped'
  3. Kill ped the way you like (ped must stay in object bounds)
  4. Try to walk through his body

Version

Client: 1.6-release-22410 Server: 1.6-release-22505

Additional context

No response

Relevant log output

No response

Security Policy

peddeadonobject.zip

FileEX commented 3 months ago

I think this is a GTA bug. Using the function createBuilding this bug does not occur.

Renard-XVIII commented 3 months ago

I've to tried to create building outside game map, and got error about it.

FileEX commented 3 months ago

Buildings cannot be created outside the map boundaries. This is a direct result of GTA's limitations (probably). If you want to create something away from the players, use setElementDimension or create it high in the sky.