SA-MP Forums Archive
Problema con RemoveBuildingForPlayer - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Español/Spanish (https://sampforum.blast.hk/forumdisplay.php?fid=29)
+---- Thread: Problema con RemoveBuildingForPlayer (/showthread.php?tid=554530)



Problema con RemoveBuildingForPlayer - CoR3 - 04.01.2015

Hola estaba empezando a hacer algunos RemoveBuildingForPlayer; pero tengo 1 problema... cuando giro la camara los objetos que he retirado se ven borrosos; y hay otro que se ve cuando me alejo tan solo un poquito.
estas son las lineas.

Quote:

RemoveBuildingForPlayer(playerid, 10831, -1706.4766, 13.0156, 7.4063, 200.0);
RemoveBuildingForPlayer(playerid, 10840, -1666.1250, -62.0781, 10.9453, 200.0);

Tambiйn ensaye poniendo el Float:fRadius en 0.25 ---> y sigue el error.


Re: Problema con RemoveBuildingForPlayer - Toolkit - 05.01.2015

Depende quй objeto sea... casi siempre tiene 2/3 capбs. Estбs sirven para cuando te alejas ver el objeto medio borroso. Para eso al borrar un objeto verбs que te deben salir otros removes mбs que son las capas que mencione arriba. Prueba y verбs que solucionarбs el error.


Un saludo!!



Respuesta: Problema con RemoveBuildingForPlayer - OTACON - 05.01.2015

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

pawn Код:
// 10840
RemoveBuildingForPlayer(playerid, 10840, -1666.1250, -62.0781, 10.9453, 0.25);
RemoveBuildingForPlayer(playerid, 10912, -1666.1250, -62.0781, 10.9453, 0.25);
pawn Код:
// 10831
RemoveBuildingForPlayer(playerid, 10914, -1706.4766, 13.0156, 7.4063, 0.25);
RemoveBuildingForPlayer(playerid, 10831, -1706.4766, 13.0156, 7.4063, 0.25);