FileEX

Results 47 issues of FileEX

This PR adds the ``breakObject`` function also on the server side, making it available as a shared function ```lua local object addCommandHandler('obj', function(plr,cmd) local x,y,z = getElementPosition(plr); object = createObject(1226,...

This PR adds the ``isObjectMoving`` function also on the server side, making it available as a shared function. Test server-side code ```lua local object addCommandHandler('obj', function(plr,cmd) local x,y,z = getElementPosition(plr);...

I undertook the repair and improvement of object synchronization, which has been disabled since 2011. I was unable to reproduce the bugs described in #460 I realize that this is...

feedback

Fixed #539 Jetpack is removed because the GTA function that is called ``CPed::Teleport`` aborts all tasks (including jetpack). Then when changing the skin, the jetpack is set based on the...

backwards-incompatible
bugfix

Added ``respawnObject`` and ``toggleObjectRespawn`` to the server-side. Added new function ``isObjectRespawnable`` as shared function. This PR is part of #3405

PR fixes a problem with the alpha of checkpoint markers in gamemode race and map editor. The bug was created as a result of: https://github.com/multitheftauto/mtasa-blue/pull/3523

Fixed #2119 and probably #449 Now the ``onClientTrailerAttach`` event is not based on vehicle synchronization but on actual interactions with the trailer. The event can be canceled by preventing the...

enhancement

This PR is intended to clean up the CPedSA class. Missing interface classes and fields in the ``CPedSAInterface`` interface have been added.

refactor