SA-MP Forums Archive
Object ID - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Object ID (/showthread.php?tid=598374)



Object ID - w3b - 11.01.2016

I want to delete this object. What is id or appears not in the map editor. Sorry my bad english
Image Object: http://postimg.org/image/g7gm284zb/
Coordonats: 1043.6825, 2086.5579, 10.8203


Re: Object ID - w3b - 11.01.2016

Looks exactly like id 4084 is higher only. Sorry my English


Re: Object ID - Dredd - 11.01.2016

Some objects don't appear in the map editor.
Try addinging this in your gamemode:
pawn Код:
public OnPlayerConnect(playerid)
{
    RemoveBuildingForPlayer(playerid, 4084, 0.0, 0.0, 0.0, 0);
    return 1;
}
NOTE: This will remove all the objects with id 4084.


Re: Object ID - w3b - 11.01.2016

Object is not 4084. It's bigger than him. And resembles id 4084. Sorry my english


Re: Object ID - Dredd - 11.01.2016

Then try to find the same object ID.


Re: Object ID - w3b - 11.01.2016

I tried search on ******, map editor, with pictures of gates and doors and no found the object... Sorry my english


Re: Object ID - w3b - 15.01.2016

up..


Re: Object ID - Crayder - 15.01.2016

Looks like it's the LOD of the real door. Map Construction will remove this object with the real garage door automatically. So just go remove the door from that position.


Re: Object ID - w3b - 15.01.2016

If the object does not appear in any editor, how to identify it ... Srry my english


Re: Object ID - Crayder - 15.01.2016

Quote:
Originally Posted by w3b
Посмотреть сообщение
If the object does not appear in any editor, how to identify it ... Srry my english
Why do you need to identify an LOD? They are completely useless.