multitheftauto / amx

MTA AMX compatibility layer.
zlib License
31 stars 8 forks source link

fix the crash with opening the file #46

Closed Disinterpreter closed 4 years ago

Disinterpreter commented 4 years ago

It's partially fixing #32

The fact is a new AMX don't handle a descriptor of file. And the example don't check it. So we're getting the crash.

The example is works already.