Mapping problem. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP (
https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Client Support (
https://sampforum.blast.hk/forumdisplay.php?fid=16)
+--- Thread: Mapping problem. (
/showthread.php?tid=648561)
Mapping problem. -
simpleroot - 24.01.2018
So, I wish to map a gas station in Fort Carson, specifically the old abandoned one by deleting it then re-mapping a new one over it. I deleted the station but those fences cannot be deleted, is there anyway I can delete them? I've seen them gone before.
Picture:
any help is appreciated.
Re: Mapping problem. -
MapperJah - 24.01.2018
have u tried removing them with map editor?
Re: Mapping problem. -
Meller - 24.01.2018
Code:
RemoveBuildingForPlayer(playerid, 1413, 66.7969, 1207.1563, 18.9922, 0.25);
RemoveBuildingForPlayer(playerid, 1413, 72.0859, 1206.8828, 18.9922, 0.25);
RemoveBuildingForPlayer(playerid, 1413, 73.0938, 1228.0391, 19.0781, 0.25);
RemoveBuildingForPlayer(playerid, 1413, 77.3594, 1206.8828, 18.9922, 0.25);
RemoveBuildingForPlayer(playerid, 1413, 78.2578, 1226.8516, 19.3672, 0.25);
RemoveBuildingForPlayer(playerid, 1413, 83.2813, 1225.2656, 19.8203, 0.25);
Re: Mapping problem. -
MapperJah - 25.01.2018
Just imported the paste in map editor..:
https://imgur.com/a/Yn6Te
there is no fence,yours right there is added from GameMode.
Rep+ if i helped you,have a nice day!
Re: Mapping problem. -
Kasis - 25.01.2018
Quote:
Originally Posted by MapperJah
Just imported the paste in map editor..: https://imgur.com/a/Yn6Te
there is no fence,yours right there is added from GameMode.
Rep+ if i helped you,have a nice day!
|
What are you talking about? Those fences are originally there. If you use Millers code, them fences will be removed.
Re: Mapping problem. -
MapperJah - 25.01.2018
Quote:
Originally Posted by Kasis
What are you talking about? Those fences are originally there. If you use Millers code, them fences will be removed.
|
i was too baked when i left that comment

))
Re: Mapping problem. -
Meller - 25.01.2018
Quote:
Originally Posted by Kasis
What are you talking about? Those fences are originally there. If you use Millers code, them fences will be removed.
|
hi im miller.
https://www.youtube.com/watch?v=0Vsy5KzsieQ
Re: Mapping problem. -
simpleroot - 25.01.2018
Thanks alot Meller, appreciate it.