Jump to content
  • 0

Crashes because of script


IgorPL222

Question

3 answers to this question

Recommended Posts

  • 0

Version = 1.5.5-release-11841.0.000
Module = D:\MTA\mods\deathmatch\client.dll
Code = 0xC0000005
Offset = 0x000420B5

EAX=FFFFB42D EBX=00000001 ECX=314B5F4A EDX=4036C610 ESI=314B5F4A
EDI=0C8EECF0 EBP=0028FD54 ESP=0028FD1C EIP=6C0B20B5 FLG=00210283
CS=0023 DS=002B SS=002B ES=002B FS=0053 GS=002B

Link to comment
  • 0
  • MTA Team

Crash is a bug in MTA caused by destroying markers during 'onClientColShapeHit' or 'onClientElementColShapeHit'

It will be fixed in the next MTA update. Until then, when destroying markers during 'onClientColShapeHit' or 'onClientElementColShapeHit' put destroyElement in a timer. e.g.

setTimer(function() destroyElement(colShape) end, 50, 1)

 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...