RemoveBuildingForPlayer applies on created objects - 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: RemoveBuildingForPlayer applies on created objects (
/showthread.php?tid=488483)
RemoveBuildingForPlayer applies on created objects -
fordawinzz - 18.01.2014
Is there any possibility to avoid this ? Thanks !
Re: RemoveBuildingForPlayer applies on created objects -
Blademaster680 - 18.01.2014
What do you mean exactly? I dont understand
Re: RemoveBuildingForPlayer applies on created objects -
fordawinzz - 18.01.2014
pawn Код:
CreateObject(1337, 0.0, 0.0, 3.0, 0.0, 0.0, 0.0);
RemoveBuildingForPlayer(playerid, 1337, 0.0, 0.0, 0.0, 25.0);
it removes the trash bin, which I don't want.
Re: RemoveBuildingForPlayer applies on created objects -
ikey07 - 18.01.2014
First remove it, and then create.