Closed Xenius97 closed 1 year ago
After using engineRequestTXD and engineSetModelTXDID i get randomly this error and game crashing (disconnect or quit game)
Use linked resource from https://github.com/multitheftauto/mtasa-blue/issues/3153
22195
No response
@TheNormalnij https://github.com/multitheftauto/mtasa-blue/blob/1f7937bf9df9d80d88551624f24f3e0a3d55d091/Client/game_sa/CModelInfoSA.cpp#L817
Introduced in commit 3e9a3735a8022a0acabaa3041c8a3f8d91e547b7. @TheNormalnij @Pirulax
If there's no model info, there's nothing to reset, so I think just adding an if (mi) guard would be enough
if (mi)
Describe the bug
After using engineRequestTXD and engineSetModelTXDID i get randomly this error and game crashing (disconnect or quit game)
Steps to reproduce
Use linked resource from https://github.com/multitheftauto/mtasa-blue/issues/3153
Version
22195
Additional context
No response
Relevant log output
No response
Security Policy