Why?? -
w3b - 16.01.2016
I want to delete this object. What is id or appears not in the map editor. Sorry my bad english
Image Object in gta:
http://postimg.org/image/g7gm284zb/
Image in map editor:
http://postimg.org/image/5mwkvta9n/
Coordonats: 1043.6825, 2086.5579, 10.8203
Re: Why?? -
Crayder - 16.01.2016
Dude you're going to get the same fucking answers here as you did before.
It's an LOD. They have no use whatsoever. Just use the real door.
It IS in Map Construction (it's not called "map editor" damn it). It is hidden because it is automatically removed when you remove the real object.
Now, this is the SCRIPTING HELP section. This topic doesn't belong here. You should be in the Little Queries thread if anything at all. Requesting model ID's is stupid. We are not your slaves. You can put in the little bit of work it takes to find an ID.
Re: Why?? -
w3b - 16.01.2016
I searched in the map editor and the mta samp, I searched on ****** and found no id .. Sorry my english.
Re: Why?? -
Vince - 16.01.2016
Quote:
Originally Posted by Crayder
Dude you're going to get the same fucking answers here as you did before.
It's an LOD. They have no use whatsoever. Just use the real door.
It IS in Map Construction (it's not called "map editor" damn it). It is hidden because it is automatically removed when you remove the real object.
Now, this is the SCRIPTING HELP section. This topic doesn't belong here. You should be in the Little Queries thread if anything at all. Requesting model ID's is stupid. We are not your slaves. You can put in the little bit of work it takes to find an ID.
|
It is most definitely not a LOD (Low Object Detail) model. This garage door is placed by the mission script to block off access to the building before and after the mission
You've had your Chips in single player. Objects placed by the mission script do not appear in any map editor. I think I had the coordinates somewhere, but I will have to look them up. I'll edit this post if I find them.
Edit: this is the part of the mission script that defines it:
Код:
$2664 = Object.Init(#SHUTTER_VEGAS, 1055.629, 2087.67, 12.469)
Object.RemoveFromMissionCleanupList($2664)
If you type shutter_vegas into a map editor you should be able to find the ID.
Re: Why?? -
Write - 16.01.2016
Quote:
Originally Posted by Vince
It is most definitely not a LOD (Low Object Detail) model. This garage door is placed by the mission script to block off access to the building before and after the mission You've had your Chips in single player. Objects placed by the mission script do not appear in any map editor. I think I had the coordinates somewhere, but I will have to look them up. I'll edit this post if I find them.
|
Yeah, this is true. Pin-points are not synced with any mapping editors.
Re: Why?? -
BurnZ - 16.01.2016
@
Crayder
No need to be so rude, go easy on the newbie.
@Others
Yeah, that's true.
Good luck!
Re: Why?? -
w3b - 16.01.2016
Resolved
RemoveBuildingForPlayer(playerid, 2938, 1055.629, 2087.67, 12.469 , 0.25); // thank you Vince