SA-MP Forums Archive
Mapping and removing world 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: Mapping and removing world objects (/showthread.php?tid=533610)



Mapping and removing world objects - khimera - 25.08.2014

Solved. Thank you


Re: Mapping and removing world objects - khimera - 25.08.2014

Anyone please?


Re: Mapping and removing world objects - Jefff - 25.08.2014

You need remove LOD (ghost object)

pawn Код:
RemoveBuildingForPlayer(playerid, 13062, 266.3594, 20.1328, 5.4844, 0.25);
full list

pawn Код:
RemoveBuildingForPlayer(playerid, 13062, 266.3594, 20.1328, 5.4844, 0.25);
RemoveBuildingForPlayer(playerid, 13059, 266.3594, 20.1328, 5.4844, 0.25);
RemoveBuildingForPlayer(playerid, 3296, 259.8359, -4.0313, 6.1094, 0.25);
RemoveBuildingForPlayer(playerid, 3287, 259.8359, -4.0313, 6.1094, 0.25);
RemoveBuildingForPlayer(playerid, 1684, 276.8438, -2.4297, 2.8828, 0.25);
RemoveBuildingForPlayer(playerid, 1440, 243.9531, 24.6172, 2.0156, 0.25);
RemoveBuildingForPlayer(playerid, 1440, 255.2734, 22.7734, 1.8984, 0.25);
RemoveBuildingForPlayer(playerid, 1294, 241.1563, 13.1094, 5.9688, 0.25);
RemoveBuildingForPlayer(playerid, 780, 246.2969, -7.3750, 0.8047, 0.25);
RemoveBuildingForPlayer(playerid, 773, 250.7891, -6.4141, 0.3750, 0.25);



Re: Mapping and removing world objects - khimera - 25.08.2014

Solved. Thank you


Re: Mapping and removing world objects - Jefff - 25.08.2014

https://sampforum.blast.hk/showthread.php?tid=282801


Re: Mapping and removing world objects - khimera - 25.08.2014

Fixed.


Re: Mapping and removing world objects - khimera - 25.08.2014

,,,,