Objects
#1

How to give my objects id so i can destroy them by id sorry for my english
Reply
#2

You need to find the objects id in a map editor because you also need the coordinates of where that object
is located.
Then you can use the RemoveBuildingForPlayerFunction in your script.
Reply
#3

If you need to remove an object that is there from GTA SA itself then do it as AIped post above.

If it's an object you've created in the script then you can do this:

Код:
myobject = CreateDynamicObject(2780, 2465.7588,-1690.2830,13.5115, 0.0, 0.0, 0.0, 100);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)