Need help in RemoveBuildingForPlayer - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Need help in RemoveBuildingForPlayer (
/showthread.php?tid=441861)
Delete This -
_Mohit_ - 04.06.2013
Problem Solved.
Re: Need help in RemoveBuildingForPlayer -
Necip - 04.06.2013
Show the RemoveBuildingForPlayer you add in your script
Re: Need help in RemoveBuildingForPlayer -
_Mohit_ - 04.06.2013
It is one of the line
Код:
RemoveBuildingForPlayer(playerid, 10398, -2722.539062, -341.742187, 34.539058, 0.25);
Re: Need help in RemoveBuildingForPlayer -
Necip - 04.06.2013
I think you shall download a newer version of RemoveBuilding include
Re: Need help in RemoveBuildingForPlayer -
_Mohit_ - 04.06.2013
Quote:
Originally Posted by Necip
I think you shall download a newer version of RemoveBuilding include
|
I didnt use any includes
Re: Need help in RemoveBuildingForPlayer -
Stanford - 04.06.2013
Make sure that you put that line under OnPlayerConnect
Re: Need help in RemoveBuildingForPlayer -
Pottus - 04.06.2013
Quote:
Originally Posted by _Mohit_
I used RemoveBuildingForplayer,and when i go to test the script on LocalHost,the objects which are removed are visible(but not colidable).Please help me.
|
Hmmm, that could be a useful trick how did you make them non-collidable ? (LOD Objects) You need to delete as well.
Re: Need help in RemoveBuildingForPlayer -
_Mohit_ - 04.06.2013
Quote:
Originally Posted by Stanford
Make sure that you put that line under OnPlayerConnect
|
Yep.It is under OnPlayerConnect
Re: Need help in RemoveBuildingForPlayer -
_Mohit_ - 04.06.2013
The objects are visible for a few secs.And then they dis appear.And after 2-3 secs again it appears
Re: Need help in RemoveBuildingForPlayer -
_Mohit_ - 04.06.2013
Quote:
Originally Posted by [uL]Pottus
Hmmm, that could be a useful trick how did you make them non-collidable ? (LOD Objects) You need to delete as well.
|
I didn't make it non-colidable.