IgorPL222 Posted March 7, 2018 Share Posted March 7, 2018 Hi, i have problem (like every player on my server), that my script is crashing, when you grab a package. (it is a job). Diag link:https://pastebin.mtasa.com/217988169 Link to comment
0 MTA Team ccw Posted March 7, 2018 MTA Team Share Posted March 7, 2018 Please show a screenshot of the crash Link to comment
0 IgorPL222 Posted March 7, 2018 Author Share Posted March 7, 2018 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 ccw Posted March 9, 2018 MTA Team Share Posted March 9, 2018 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
Question
IgorPL222
Hi, i have problem (like every player on my server), that my script is crashing, when you grab a package. (it is a job).
Diag link:
https://pastebin.mtasa.com/217988169
Link to comment
3 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now