Need some help remove 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: Need some help remove objects? (
/showthread.php?tid=431865)
Need some help remove objects? -
canip - 20.04.2013
Hey...
How can i remove objects in san andreas...
I have try to find out with
PHP код:
public OnPlayerConnect(playerid)
{
RemoveBuildingForPlayer(playerid, 615, 0.0, 0.0, 0.0, 200.0);
return 1;
}
But its not work... How can i remove objects?
Re: Need some help remove objects? -
zxc1 - 20.04.2013
Add the same line under OnPlayerSpawn.