Arran

Results 16 issues of Arran

**Describe the bug** Created objects (as maps) don't reflect objects light as world objects do, here go some examples: Vehicle light in a world object: ![image](https://user-images.githubusercontent.com/923242/45847160-0d088500-bd22-11e8-81b3-8843fd0e396e.png) Vehicle light in a...

bug

**Describe the bug** A single player bug (if you turned off frame limiter) where climbing over certain objects will rapidly drain your health and almost always kill you. **To reproduce**...

bug

**Describe the bug** Randomly, the MTA client is unable to join servers due to: HTTP server file mismatch! (resource) fileName [CRC could not open file: Permission denied] The solution is...

bug

**Describe the bug** For instance you are playing a youtube video via CEF and you want to lower its volume, but you can't because changing the MTA volume doesn't affect...

bug

**Describe the bug** This will work for the local player, when it comes to a remote player it will return true but you will not see that players head move....

bug

**Describe the bug** When you hit and break a default SA object like lantern poles and fences the event doesn't trigger. If it's not broken but just damaged the event...

bug

**Describe the bug** setElementHealth inside onClientPedDamage can cause crash. **To Reproduce** ```lua function handleDamage(attacker,weapon,bodypart,loss) setElementHealth(source,1) end addEventHandler("onClientPedDamage",root,handleDamage) ``` **Expected behavior** No crash. **MTA Client (please complete the following information):** v1.5.5-release-13192...

bug

**Describe the bug** If a satchel charge is placed when a player is out of view distance, if the player later comes over to the satchel they won't see it,...

bug

### Describe the bug After updating MTA server I started getting warnings about unable to insert into MySQL such as: [script] FAIL: (1366) Incorrect string value: '\xED\xA0\xBD\xED\xB8\x81' for column 'msg'...

bug

**Describe the bug** Binds on special_control_left/right don't work **To Reproduce** `crun bindKey("special_control_left", "down", function() outputChatBox("left") end)` There is no chatbox output even if you're in a vehicle like a rhino...

bug