SA-MP Forums Archive
Help with Removing object - 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: Help with Removing object (/showthread.php?tid=400403)



Help with Removing object - Larry123 - 18.12.2012

Hello, can someone share me code which removes the Blueberry factory on the map. I didn`t understand how RemoveObjectForPlayer works. So, if you know what i mean, that big factori over there.


Re: Help with Removing object - park4bmx - 18.12.2012

creat the same object over it in the exact same position and get its X,Y,Z
and just put them in the RemoveBuildingForPlayer and choose the radios and the objectid and your good 2 go.


Re: Help with Removing object - Roel - 18.12.2012

I think its better if you use
RemoveBuildingForPlayer

Since RemoveObjectForPlayer doesn't exist.

But I'm sure you guys known that.