SA-MP Forums Archive
objects what arent shown in the samp map editor - 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: objects what arent shown in the samp map editor (/showthread.php?tid=326286)



objects what arent shown in the samp map editor - WardenCS - 16.03.2012

Hello,i wanted to remove some objects from the SF construction site,but in samp map editor there arent those objects cant see them,so how can i remove them?
heres the pic http://imageshack.us/f/607/samp036ei.png/


Re: objects what arent shown in the samp map editor - Psymetrix - 16.03.2012

Theory: Some objects are created within main.scm and don't appear by loading the ipl files.
You will have to manually search for the ID, it should be found when you click the add tab on the editor.


Re: objects what arent shown in the samp map editor - WardenCS - 17.03.2012

when i find the ID how can iget coords?


Re: objects what arent shown in the samp map editor - Psymetrix - 17.03.2012

Go in-game and save the position. As long as you specify a large enough radius, it will remove it.


Re: objects what arent shown in the samp map editor - Henry_Martinez - 17.03.2012

It is in the gamemode script, search in the mapping section. It should have something like // Construction area.


Re: objects what arent shown in the samp map editor - WardenCS - 22.03.2012

umm where?can someone help me with this?