SA-MP Forums Archive
[FilterScript] MapFix - texture bugs fixes - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] MapFix - texture bugs fixes (/showthread.php?tid=591476)

Pages: 1 2 3 4 5 6 7 8


Re: MapFix - texture bugs fixes - ZiGGi - 26.04.2018

PHP код:
mapfix.inc:958 (errorundefined symbol "mf_CreateObject" 
Need to set distance.


Re: MapFix - texture bugs fixes - OstGot - 27.04.2018

New version v3.7.3

Fixed a compilation error when connecting streamer


Re: MapFix - texture bugs fixes - Kar - 27.04.2018

Quote:
Originally Posted by OstGot
Посмотреть сообщение
New version v3.7.2

Added new fix (MAPFIX_PLACE_131)
im a bit confused, why does mapfix place 131 use so many objects?


Re: MapFix - texture bugs fixes - OstGot - 27.04.2018

Quote:
Originally Posted by Kar
Посмотреть сообщение
im a bit confused, why does mapfix place 131 use so many objects?
Actually there are many same buildings in this place and each of that have the same glitch, I just made the screen only of one of this building.


Re: MapFix - texture bugs fixes - Kar - 29.04.2018

Quote:
Originally Posted by OstGot
Посмотреть сообщение
Actually there are many same buildings in this place and each of that have the same glitch, I just made the screen only of one of this building.
Oh, okay. Just needed some confirmation! Thanks


Re: MapFix - texture bugs fixes - wallee - 16.05.2018

is this include focused only on collision/texture bugs? because i found some displaced/floating objects that would be nice to fix but would require removing them from the map first


Re: MapFix - texture bugs fixes - Kar - 16.05.2018

Quote:
Originally Posted by wallee
Посмотреть сообщение
is this include focused only on collision/texture bugs? because i found some displaced/floating objects that would be nice to fix but would require removing them from the map first
Can you show examples?

I don't want this to go like samp addon where they just started to add a bunch of crap and mess up everyone.


Re: MapFix - texture bugs fixes - wallee - 16.05.2018

Quote:
Originally Posted by Kar
Посмотреть сообщение
Can you show examples?

I don't want this to go like samp addon where they just started to add a bunch of crap and mess up everyone.
sure, here you go:

https://imgur.com/a/JAn8Wr2

some of them might not be considered bugs (like those open doors) but look ugly without enex markers


Re: MapFix - texture bugs fixes - Kar - 16.05.2018

I believe those count as valid map fixes indeed.

Some roads were fixed some time ago. Especially the annoying one in LV by the PD if I recall.

The enex one is totally fine, the doors should be blocked.


Re: MapFix - texture bugs fixes - wallee - 18.05.2018

- removed -


Re: MapFix - texture bugs fixes - OstGot - 04.11.2018

New version v3.8.4

Added new fixes (MAPFIX_PLACE_132 - MAPFIX_PLACE_136)
Minor improvements


Re: MapFix - texture bugs fixes - BlackyX - 30.12.2018

Will definitely come in handy for me.


Re: MapFix - texture bugs fixes - iggiz - 26.02.2019

This tree has no collision
-2395.53, -1929.19, 304.68


Re: MapFix - texture bugs fixes - Romz - 26.02.2019

Quote:
Originally Posted by iggiz
Посмотреть сообщение
This tree has no collision
-2395.53, -1929.19, 304.68
fix:
Код:
RemoveBuildingForPlayer(playerid, 18269, -2379.0313, -1946.6406, 325.7891, 0.25);



Re: MapFix - texture bugs fixes - OstGot - 27.02.2020

Quote:
Originally Posted by Gonzal
View Post
typo mistake on MapFixObjects[277]
No, CreateObject instead of mf_CreateObject is used for floor collision, which should be created by non-dynamic object in any case.


Re: MapFix - texture bugs fixes - Hormiga - 19.03.2020

Hello, it gives me 304 errors.
I am using pawn-compiler v3.10.10 by Z33x.

Thank you for your response, greetings to the family.


Re: MapFix - texture bugs fixes - OstGot - 19.03.2020

Quote:
Originally Posted by Hormiga
View Post
Hello, it gives me 304 errors.
I am using pawn-compiler v3.10.10 by Z33x.

Thank you for your response, greetings to the family.
I doubt there are any errors, most likely you mean warings (and most likely it is because of const-correctness enabled by default). Anyway, just disable new compiler warnings via
PHP Code:
#pragma warning disable [warning id] 



Re: MapFix - texture bugs fixes - Hormiga - 21.03.2020

Quote:
Originally Posted by OstGot
View Post
I doubt there are any errors, most likely you mean warings (and most likely it is because of const-correctness enabled by default). Anyway, just disable new compiler warnings via
PHP Code:
#pragma warning disable [warning id] 
Thank you for your effective response, you are a good teacher .
I hope you are happy, a kiss.


Re: MapFix - texture bugs fixes - OstGot - 30.05.2020

New version v4.0.0

Added new fixes (MAPFIX_PLACE_141 - MAPFIX_PLACE_145)
Added an ability to define "USE_INCOGNITO_STREAMER" before mapfix include
Removed additional support for y_hooks (include version)
Minor improvements


Re: MapFix - texture bugs fixes - OstGot - 04.06.2020

New version v4.1.1

Added new fix (MAPFIX_PLACE_146)
Define "USE_INCOGNITO_STREAMER" renamed to "MAPFIX_USE_STREAMER"
Minor improvements