Re: MapFix - texture bugs fixes -
Max_Andolini - 14.11.2016
MapFixObjects[285] = mf_CreateObject(1498, 2401.755, -1714.5, 13.1243, 0.0, 0.0, 0.0);
This is wrong.
Re: MapFix - texture bugs fixes -
OstGot - 14.11.2016
Quote:
Originally Posted by eco1999
MapFixObjects[285] = mf_CreateObject(1498, 2401.755, -1714.5, 13.1243, 0.0, 0.0, 0.0);
This is wrong.
|
Why?
Singleplayer screenshot
Original SA-MP screenshot
Fixed in MapFix screenshot
Re: MapFix - texture bugs fixes -
Max_Andolini - 14.11.2016
Quote:
Originally Posted by OstGot
|
Code wrong
Respuesta: MapFix - texture bugs fixes -
Gles - 14.11.2016
nice job bro!
Re: MapFix - texture bugs fixes -
cuber - 15.11.2016
I personally didn't know some of these bugs, great job!
Re: MapFix - texture bugs fixes -
OstGot - 23.11.2016
New version v2.8.0
Compatible with y_hooks (include version)
Minor improvements
Re: MapFix - texture bugs fixes -
OstGot - 26.11.2016
Updated (v2.8.1)
Сompleted MAPFIX_PLACE_4
Re: MapFix - texture bugs fixes -
OKStyle - 20.02.2017
I saw all screens, but did not see the building at a construction site in San-Fierro:
Right top corner, we can fly into building from arch
Re: MapFix - texture bugs fixes - KinG7 - 16.03.2017
Код:
#define MAX_MAPFIX_OBJECTS 323
#if !defined DISABLE_MAPFIX_PLACE_91 //KinG7
MapFixObjects[318] = mf_CreateObject(1501, -383.46, -1439.64, 25.33, 0.0, 0.0, 90.0,150.0);
#endif
#if !defined DISABLE_MAPFIX_PLACE_92 //KinG7
MapFixObjects[319] = mf_CreateObject(1505, -2574.495, 1153.023, 54.669, 0.0, 0.0, -19.444,150.0);
#endif
#if !defined DISABLE_MAPFIX_PLACE_93 //KinG7
MapFixObjects[320] = mf_CreateObject(1496, -1800.7048, 1201.0538, 24.1293, 0.0, 0.0, 0.0,150.0);
#endif
#if !defined DISABLE_MAPFIX_PLACE_94 //KinG7
MapFixObjects[321] = mf_CreateObject(1522, -1390.7784, 2639.2470, 54.9744, 0.0, 0.0, 0.0,150.0);
#endif
#if !defined DISABLE_MAPFIX_PLACE_95 //KinG7
MapFixObjects[322] = mf_CreateObject(1498, 2038.036, 2721.37, 10.53,0.0, 0.0, -180.0,150.0);
#endif
picture ?
http://imgur.com/a/UjcRW
Re: MapFix - texture bugs fixes -
OstGot - 18.03.2017
New version v2.9.1
Added new fixes (MAPFIX_PLACE_91 - MAPFIX_PLACE_95)
Re: MapFix - texture bugs fixes -
Podelu198 - 04.06.2017
Good job!
Re: MapFix - texture bugs fixes -
OstGot - 15.06.2017
New version v3.0.0
Added new fixes (MAPFIX_PLACE_96 - MAPFIX_PLACE_100)
Re: MapFix - texture bugs fixes - Astralis - 15.06.2017
Quote:
Originally Posted by OstGot
New version v3.0.0
Added new fixes (MAPFIX_PLACE_96 - MAPFIX_PLACE_100)
|
Well done.
Re: MapFix - texture bugs fixes -
Yousha - 08.09.2017
I think you shouldn't
include <a_samp>, since it's already included by the user...
(in Include version)
Re: MapFix - texture bugs fixes -
OstGot - 10.09.2017
Quote:
Originally Posted by Yousha
I think you shouldn't include <a_samp>, since it's already included by the user...
(in Include version)
|
"a_samp" have this code in it:
PHP код:
#if defined _samp_included
#endinput
#endif
#define _samp_included
Which indicates that when trying to re-include the same file, all the future inclusions will be ignored and no compile errors will be with it. Nevertheless, I leaved this line (#include <a_samp>) in all my includes because sometimes it is very convenient for me to compile the include file itself without including it in filterscript or gamemode (for the preliminary test).
Re: MapFix - texture bugs fixes -
Omirrow - 10.09.2017
Well, I think we should see before & after pictures because there isn't any media that shows us what's been fixed at the moment, I guess?
Re: MapFix - texture bugs fixes -
Kar - 20.09.2017
http://prntscr.com/gnmtyd
U can walk into this wall in Blackfield below the stadium.
Re: MapFix - texture bugs fixes -
Romz - 20.09.2017
Quote:
Originally Posted by Kar
|
This bug is fixed.
Re: MapFix - texture bugs fixes -
Kar - 20.09.2017
Quote:
Originally Posted by Kolstin
This bug is fixed.
|
No it's not.
One side was fixed.
Why don't you people actually check when something is reported?
http://prntscr.com/gnnby8
Re: MapFix - texture bugs fixes -
Jimmi - 21.11.2017
Lol, It's been so long

Hi OstGot!