i tried to hide this object from map but i couldn't why ? (i can hide other map objects)
code;Code: [Select] SS

code;
HideMapObject(1815,-637.278, 834.331, 12.4208)


HideMapObject(1815,-637.278, 834.331, 12.4208)
// 1815, dts_cop_park, 0, -637.277771, 834.3309326, 12.42084503, 1, 1, 1, 0, 0, 0, 1
HideMapObject(1815, -637.277771, 834.3309326, 12.42084503)
Try using the coordinates as defined in downtows.ipl itselfCode: [Select] // 1815, dts_cop_park, 0, -637.277771, 834.3309326, 12.42084503, 1, 1, 1, 0, 0, 0, 1
HideMapObject(1815, -637.277771, 834.3309326, 12.42084503)
HideMapObject(1815, -637.277771, 834.3309326, 12.42084503)
Idea: Since there are many cop's parking, i think some other parking space is being hidden. By looking at the co-ordinates, i have a feeling that the object you are trying to hide is little ahead (north) of where you are standing.
what you say?
By looking at the co-ordinates, i have a feeling that the object you are trying to hide is little ahead (north) of where you are standing.
what you say?
RawHideMapObject(1815, -637, 834, 12)
If I remember correctly, some objects don't hide for some reason (vcmp bug, don't know if it still exists) but you can give this a try:Code: [Select] RawHideMapObject(1815, -637, 834, 12)
-637.278, 834.331, 12.4208
i am totally confused.
Are you trying to hide 'POLICE ONLY' object?