FileEX
FileEX
### Describe the bug According to the wiki, the "default" icon is the MTA icon, which can be seen here https://wiki.multitheftauto.com/images/thumb/0/0e/TrayNotification.gif/452px-TrayNotification.gif However, the MTA icon is not in notifications. ...
### Describe the bug When adding a collision for ID with engineRequestModel, a crash occurs for the ``timed-object`` type. I know that this type has no collisions, but it shouldn't...
### Describe the bug The ``getTimerDetails`` function returns strange numbers as the remaining time. This problem only occurs when we use getTimerDetails inside a timer function. Otherwise, it returns the...
### Is your feature request related to a problem? Please describe. I believe that the ability to add a custom player "id" to a ban is needed. Most servers today...
### Is your feature request related to a problem? Please describe. In the case of peds, when we create static peds that only stand, we can disable their synchronization by...
This PR add content for "Resources" sub tab in the "Rights" tab.  This PR is a "continuation" of #445
Added ``roadsignstext`` special world property, which allows you to disable text rendering on road signs. Thanks to this, we have the opportunity to make our own road signs, which was...
We have ``onClientObjectMoveStart`` and ``onClientObjectMoveStop`` events - This PR adds these events also for the server side. The ``stoppedByScript`` parameter determines whether the object has been stopped using stopObject or...
This PR adds a parameter containing only the message content. ``string fullMessage, player recipient, string content`` Resolved #2135
This PR adds ``onObjectBreak`` and ``onObjectDamage`` events on the server side. ```lua addEventHandler('onObjectBreak', root, function(attacker) print('Object: ', source) print('Attacker: ', attacker) end) addEventHandler('onObjectDamage', root, function(loss,attacker) print('Object: ', source) print('Attacker: ',...