Removing interior objects - 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: Removing interior objects (
/showthread.php?tid=415115)
Removing interior objects -
PaulDinam - 11.02.2013
How can I remove all of the objects inside interior?..
I saw servers with commands to remove the objects.
I want to make a furniture system..
<DON'T TELL ME TO USE MAP EDITOT>
Because I know there are other ways...I just wanna know
Re: Removing interior objects -
faff - 11.02.2013
You can remove objects ingame.
Cus they can just be removed on Onplayerconnect.
Well exactly, its possible.
But then the effect will be displayed after an Server restart.
Re: Removing interior objects -
PaulDinam - 11.02.2013
so how theres a server with a command to remove all furnitures? and does not requires a restart
Re: Removing interior objects -
faff - 11.02.2013
Well..
Probarly they DELETED Earlier Created objects.
Or. The deleted all deleted all objects in the interior. outgame with removeobject.
& Replaced them.
so they can do deleteobj(OBJname)...
Re: Removing interior objects -
zDevon - 11.02.2013
Quote:
Originally Posted by faff
You can remove objects ingame.
Cus they can just be removed on Onplayerconnect.
Well exactly, its possible.
But then the effect will be displayed after an Server restart.
|
RemoveBuildingForPlayer is not limited to OnPlayerConnect.
Re: Removing interior objects -
MP2 - 11.02.2013
Quote:
<DON'T TELL ME TO USE MAP EDITO[R]>
|
How do you expect to get the models and coordinates if you don't use the map editor? Do you think there is a magical DoStuffIWantPlease() function?