SA-MP Forums Archive
How to remove this? - 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: How to remove this? (/showthread.php?tid=350085)



How to remove this? - arman'as - 11.06.2012

Hey, how I can remove this object? What is this object id?



Re: How to remove this? - iggy1 - 11.06.2012

Use this map editor https://sampforum.blast.hk/showthread.php?tid=282801.

Open the map editor click on the object you want to remove, and press delete on your keyboard.

Then at the top of the map editor click "show code" and there you will see the code you need to remove the object(s).

I very highly doubt people can tell from that pic. Because the position of the object is needed to remove it.


Re: How to remove this? - MP2 - 11.06.2012

Unfortunately you can't remove that text - it's added in main.scm (or whatever) like SetObjectMaterialText. There's a TXD file containing the font for it.


Re: How to remove this? - arman'as - 11.06.2012

but, what this object ID?


Re: How to remove this? - MP2 - 11.06.2012

It's not an object.


Re: How to remove this? - arman'as - 11.06.2012

How I can do it?
Quote:

- it's added in main.scm (or whatever) like SetObjectMaterialText




Re: How to remove this? - MP2 - 11.06.2012

For the second time, YOU CAN'T.


Re: How to remove this? - $$inSane - 11.06.2012

its an object
open map editor -> go tn this location -> remove this object & paste the code


AW: Re: How to remove this? - Extremo - 11.06.2012

Quote:
Originally Posted by MP2
Посмотреть сообщение
For the second time, YOU CAN'T.
Even the map editor only shows the object itself, not the text.

pawn Код:
RemoveBuildingForPlayer(playerid, 3335, 1351.7969, 418.1953, 18.4375, 0.25);
That's the sign, all you can remove.