Furniture not deleting.
#5

As far as I know the interior objects (at least the things you can steal) get semi-randomly generated by the mission script every time the interior is accessed. I don't think there's a way around that other than creating a new interior.

You should also cut down on your RemoveBuilding lines because there is a limit of 1000 for those and you're already using over 800 just for all the furniture. For example, all of these can easily be condensed:
PHP код:
    RemoveBuildingForPlayer(playerid1502235.60161204.58591083.41410.25);
    
RemoveBuildingForPlayer(playerid1502237.82031190.01561079.28130.25);
    
RemoveBuildingForPlayer(playerid1502253.35941291.69531079.28130.25);
    
RemoveBuildingForPlayer(playerid1502255.71881246.96091083.27340.25);
    
RemoveBuildingForPlayer(playerid1502256.26561250.87501083.27340.25);
    
RemoveBuildingForPlayer(playerid1502258.57811247.10161083.27340.25);
    
RemoveBuildingForPlayer(playerid1502259.78911286.64061079.28130.25);
    
RemoveBuildingForPlayer(playerid1502262.16411286.97661079.28130.25);
    
RemoveBuildingForPlayer(playerid1502262.16411291.30471079.28130.25); 
If you pick a center point like 245, 1245, 1080 and a range of about 60 then you can condense these 9 lines into 1.
Reply


Messages In This Thread
Furniture not deleting. - by Alex_T - 05.06.2017, 19:55
Re: Furniture not deleting. - by TonyII - 05.06.2017, 20:35
Re: Furniture not deleting. - by Alex_T - 05.06.2017, 20:54
Re: Furniture not deleting. - by JasonRiggs - 05.06.2017, 21:05
Re: Furniture not deleting. - by Vince - 05.06.2017, 21:19
Re: Furniture not deleting. - by Alex_T - 06.06.2017, 00:53

Forum Jump:


Users browsing this thread: 2 Guest(s)