RemoveBuildingForPlayer
#1

RemoveBuildingForPlayer does not remove LOW poly object (The one without collision and looks like s***)
So when you look it from some angles you can see it like the building is there (but very ugly one)
Reply
#2

If you would use this, you would be able to remove LOD's aswell.
Reply
#3

after removing RemovingBuilding ( objects )

our maps not showing properly ? am i right ?
Reply
#4

the object is never removed, not visible to the player.
increases fRadius.

https://sampwiki.blast.hk/wiki/RemoveBuildingForPlayer
RemoveBuildingForPlayer=Removes a standard San Andreas model for a single player within a specified range.
Reply
#5

Old thread but still relevant. I believe the range is to delete this object within x range so i would not recommend increasing this thinking it will increase the distance its no longer visible from

How to fix
This is the LOD model you are seeing, you will see this listed in MTA
Code:
..   model="4848" lodModel="4976"   ..
Simply remove the LOD model too
Code:
	RemoveBuildingForPlayer(playerid,4976,1931,-1871.3906,15.84375,20);
	RemoveBuildingForPlayer(playerid,4848,1931,-1871.3906,15.84375,20);
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)