SA-MP Forums Archive
SAMP Object is not removing? - 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: SAMP Object is not removing? (/showthread.php?tid=446004)



SAMP Object is not removing? - Th3b3ast5 - 24.06.2013

So I'm trying to get rid of the building near Idlewood in Los Santos, but It's not removing for me..

pawn Код:
RemoveBuildingForPlayer(playerid, 4019, 1777.8359, -1773.9063, 12.5234, 0.0);
RemoveBuildingForPlayer(playerid, 4215, 1777.5547, -1775.0391, 36.7500, 0.0);
I've had many issues with mapping today, and this object just won't remove, please help.

EDIT: Yes, It's under OnPlayerConnect.


Respuesta: SAMP Object is not removing? - Parka - 24.06.2013

pawn Код:
RemoveBuildingForPlayer(playerid, 4019, 1777.8359, -1773.9063, 12.5234,50.0);
RemoveBuildingForPlayer(playerid, 4215, 1777.5547, -1775.0391, 36.7500, 50.0);
or might please have more than 1,000 objects removed


Re: SAMP Object is not removing? - lucasnunessantos - 24.06.2013

будет общественное OnPlayerConnect

RemoveBuildingForPlayer (PlayerID, 4019, 1777,8359, -1773,9063, 12,5234, 0.0);
RemoveBuildingForPlayer (PlayerID, 4215, 1777,5547, -1775,0391, 36,7500, 0.0);

Больше не будет у тебя сервер не хватает чего-то, чтобы дать эту ошибку расположить между строк не уверен, что Дара ошибке


Re: SAMP Object is not removing? - Th3b3ast5 - 24.06.2013

That removed it, but now It's visible but not a solid building, as I can walk through it... what now?


Re: SAMP Object is not removing? - lucasnunessantos - 24.06.2013

If you already removed it replaces it with another object or add a new editon by map