22.01.2014, 16:12
I'm trying to remove 5 objects, but they're still visible and you can be inside the object..


pawn Код:
public OnPlayerConnect(playerid)
{
RemoveBuildingForPlayer(playerid, 615, 1738.92969, 616.75781, 9.75781, 200.0);
RemoveBuildingForPlayer(playerid, 8056, 1735.85938, 519.15625, 25.15625, 200.0);
RemoveBuildingForPlayer(playerid, 1290, 1716.95154, 461.07434, 31.8828, 200.0);
RemoveBuildingForPlayer(playerid, 1290, 1750.30286, 556.72589, 26.08371, 200.0);
RemoveBuildingForPlayer(playerid, 8129, 1735.875, 519.00781, 4.35938, 200.0);
return 1;
}