02.11.2015, 16:04
If you are going to make a series of maps I suggest you combine all possible RemoveBuildingForPlayer() for instance.
This is a waste of code and could be re-written into one line of code by finding the centre and increasing the range.
Код:
RemoveBuildingForPlayer(playerid, 1412, 1951.6094, -1821.1250, 13.8125, 0.25); RemoveBuildingForPlayer(playerid, 1412, 1951.6094, -1815.8594, 13.8125, 0.25); RemoveBuildingForPlayer(playerid, 1412, 1951.6094, -1810.5938, 13.8125, 0.25); RemoveBuildingForPlayer(playerid, 1412, 1951.6094, -1805.3281, 13.8125, 0.25);