SA-MP Forums Archive
Anybody know this Object ID? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: General (https://sampforum.blast.hk/forumdisplay.php?fid=13)
+--- Thread: Anybody know this Object ID? (/showthread.php?tid=445330)



Anybody know this Object ID? - Th3b3ast5 - 20.06.2013

I need this object removed, and I have spent awhile looking through all the samp object ids.. if anybody knows the ID, please inform me.




Re: Anybody know this Object ID? - GreenSt4lker - 20.06.2013




Re: Anybody know this Object ID? - kaisersouse - 20.06.2013

http://www.k-dst.de/index.php


Re: Anybody know this Object ID? - Th3b3ast5 - 20.06.2013

It's in neither of those...


Re: Anybody know this Object ID? - Scenario - 20.06.2013

It might be easier for you to open up the MTA object editor and just search for it by the categories at the top of the objects list...


Re: Anybody know this Object ID? - Kar - 20.06.2013

make the object a dynamic object with incognitos streamer then get all object data, make a 3d text label on every object and then check it out.




Re: Anybody know this Object ID? - kaisersouse - 20.06.2013

Quote:
Originally Posted by Kar
Посмотреть сообщение
make the object a dynamic object with incognitos streamer then get all object data, make a 3d text label on every object and then check it out.

In order to do that, wouldn't he have to know the objects modelid to begin with?


Re: Anybody know this Object ID? - Scenario - 20.06.2013

Quote:
Originally Posted by kaisersouse
Посмотреть сообщение
In order to do that, wouldn't he have to know the objects modelid to begin with?
Nope. Change all "CreateObject" lines to "CreateDynamicObject" lines and there ya' go- more object-related functions!


Re: Anybody know this Object ID? - kaisersouse - 20.06.2013

Quote:
Originally Posted by RealCop228
Посмотреть сообщение
Nope. Change all "CreateObject" lines to "CreateDynamicObject" lines and there ya' go- more object-related functions!
Heh I get that part I think he's looking for an object that is part of the map itself tho, isn't he? Or is that an object from someone elses script?


Re: Anybody know this Object ID? - Scenario - 20.06.2013

Quote:
Originally Posted by kaisersouse
Посмотреть сообщение
Heh I get that part I think he's looking for an object that is part of the map itself tho, isn't he? Or is that an object from someone elses script?
Quote:

I need this object removed

I don't think so. I'm under the impression that he needs to remove the object from "his" script/server, in which case he should have access to the source code and can do it like Kar described.

I could be wrong though... we're all running on a limited amount of information from the OP.