RemoveBuildingForPlayer
#1

Hey all, OnPlayerConnect, i have this line:
pawn Code:
RemoveBuildingForPlayer(playerid, 16098, 307.9206,2543.1956,17.2844, 50);
Seems to work fine, but at some camera angles, even though the hangar isn't solid, its still visible. How do I make it go away for good?
Heres the problem.

Thanks,
-Aston.
Reply
#2

You have to remove the LOD too:
pawn Code:
RemoveBuildingForPlayer(playerid, 16602, 307.9531, 2543.4531, 20.3984, 0.25);
RemoveBuildingForPlayer(playerid, 16098, 307.9531, 2543.4531, 20.3984, 0.25);
Reply
#3

ahh thanks, so if i wanted to do it with other objects, how do i find the LOD?
Reply
#4

With this tool: https://sampforum.blast.hk/showthread.php?tid=282801
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)