Posts: 1,659
Threads: 17
Joined: Sep 2008
PHP код:
mapfix.inc:958 (error) undefined symbol "mf_CreateObject"
Need to set distance.
Posts: 959
Threads: 15
Joined: Mar 2013
Reputation:
0
New version v3.7.3
Fixed a compilation error when connecting streamer
Posts: 2,938
Threads: 162
Joined: May 2010
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?
Posts: 2,938
Threads: 162
Joined: May 2010
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
Posts: 266
Threads: 22
Joined: Jan 2017
Reputation:
0
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
Posts: 2,938
Threads: 162
Joined: May 2010
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.
Posts: 2,938
Threads: 162
Joined: May 2010
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.
Posts: 959
Threads: 15
Joined: Mar 2013
Reputation:
0
New version v3.8.4
Added new fixes (MAPFIX_PLACE_132 - MAPFIX_PLACE_136)
Minor improvements
Posts: 28
Threads: 1
Joined: Dec 2018
Reputation:
0
Will definitely come in handy for me.
Posts: 8
Threads: 0
Joined: Nov 2018
This tree has no collision
-2395.53, -1929.19, 304.68
Posts: 1,042
Threads: 46
Joined: Jun 2013
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);
Posts: 959
Threads: 15
Joined: Mar 2013
Reputation:
0
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
Posts: 959
Threads: 15
Joined: Mar 2013
Reputation:
0
New version v4.1.1
Added new fix (MAPFIX_PLACE_146)
Define "USE_INCOGNITO_STREAMER" renamed to "MAPFIX_USE_STREAMER"
Minor improvements