31.05.2016, 06:07
At start any server, SA-MP adds objects to GTA map (isn't gamemode).
how remove this objects?
how remove this objects?
At start any server, SA-MP adds objects to GTA map (isn't gamemode).
how remove this objects? |
RemoveBuildingForPlayer !!
Read More on Wiki SAMP |
SA:MP didn't added any objects on the map. They added skins. If you want remove BUILD use RemoveBuildingForPlayer(playerid, modelid, Float:fX, Float:fY, Float:fZ, Float:fRadius) like Amunra said.
|
Wow, just wow...
This is a normal interior by the looks. RemoveBuildingForPlayer(playerid, 14717, 222.8281, 1245.8359, 1082.8750, 0.25); There is the line you'd also have got from the editor on how to delete it... If you also looked around, there's like 10 interiors around this. |
I know that.
I don't want to remove the interior, I want to remove furniture and objects created within it without having to re-build it. |
I think you just be better off, taking the exterior shell, and placing it elsewhere, if you need the interior furniture moved.
Chances are it's one of the Burglary interiors, or one of the special interiors, and that's why you're not finding the IDs. Really, though, what you're asking is so specific that most won't understand it, and you shouldn't be all anti about it when they don't |