05.04.2013, 22:42
when you click an object and delete it, click on "show code". like for the area51-buildings, it shows
...but the selected object id was 16323. the other object is the 16619, one of both is the LOD model. both should be removed - i guess you did that already
the other reason for the invisible wall could be a big object and you standing inside it, not able to see the textures outside. did you teleport to the position/spawn there, or did you drive there, so you can exclude that case?
Код:
RemoveBuildingForPlayer(playerid, 16619, 199.3359, 1943.8750, 18.2031, 0.25); RemoveBuildingForPlayer(playerid, 16323, 199.3359, 1943.8750, 18.2031, 0.25);
the other reason for the invisible wall could be a big object and you standing inside it, not able to see the textures outside. did you teleport to the position/spawn there, or did you drive there, so you can exclude that case?