01.01.2015, 01:59
These objects..

They don't appear in Map Construction but in game they do, any fix?
Thanks in advance.

They don't appear in Map Construction but in game they do, any fix?
Thanks in advance.

|
Well; if you can get their object ID's; and their rough position... You should be able to remove it using an extended radius. So basically /save close to the object; and find out it's ID, and remove the building with a suitable range from the coordinates to the object.
|
but I'll try anyways.
RemoveBuildingForPlayer(playerid, 2887, 0.0, 0.0, 0.0, 6000.0); RemoveBuildingForPlayer(playerid, 2888, 0.0, 0.0, 0.0, 6000.0); RemoveBuildingForPlayer(playerid, 2889, 0.0, 0.0, 0.0, 6000.0);
|
Those objects you probably won't be able to remove |