Konstantin

Results 57 comments of Konstantin

> > > Most of them exist in GTA SA(they're just cut from bigger models), rest are cut from other rockstar games(GTA3/VC/Manhunt), only some of them are custom ones, it...

It really looks like [setMarkerSize](https://wiki.multitheftauto.com/wiki/SetMarkerSize) for all markers.

I made a manual analytics and attached the files. [mta-amx.txt](https://github.com/multitheftauto/amx/files/4745178/mta-amx.txt) [samp-amx.txt](https://github.com/multitheftauto/amx/files/4745054/samp-amx.txt) This files contains the working functions from this repository and SAMP 0.3.7 R8 server. Also I made a diff:...

Someone in SAMP put the include into the SAMP 0.3.7 server from previous build 😕😕😕 [SAMP-COMPABILITY.txt](https://github.com/multitheftauto/amx/files/4776095/SAMP-COMPABILITY.txt) A new file is contain about 430 functions! I attached a new diff again....

Probably can be implemented via https://wiki.multitheftauto.com/wiki/Resource:Object_preview

I guess it depends of https://github.com/multitheftauto/amx/commit/50d6dde55d6aff2bcea7e8084fcabfa0a9c40b21 @theSpool

> > > Is this when trying to load text files? I noticed that my log files no longer load. I'm getting an error when trying to make `start amx`...

> > > > > Is this when trying to load text files? I noticed that my log files no longer load. > > > > > > I'm getting...

> > > Check in your script for wrong `fread` or `fgetchar` usage (namely the File: parameter being 0): > > https://github.com/multitheftauto/amx/blob/9ccf54e3c988d1a69d6dfbe8062b063cc462a55c/amx-deps/src/amx/amxfile.c#L583 > > iirc in SA-MP the assertion check...

As I remember this fork https://github.com/Daniel-Cortez/pawn-3.2-plus can handle this crash. You should take a look it. Look at ptrarray_* functions https://github.com/Daniel-Cortez/pawn-3.2-plus/blob/master/source/amx/amxfile.c