SA-MP Forums Archive
Palomino BUG - 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: Palomino BUG (/showthread.php?tid=403035)



Palomino BUG - huhander - 28.12.2012

I faced this irritating bug mapping in Palomino Creek..

In the editor i see no doors..


But when i test the map in game, i see 3 fucking irritating doors!


Someone know a solution? I need this area free..


Re: Palomino BUG - LeMoi - 28.12.2012

I know how to remove it.
Do you know the back exit of the palamonio bank? Well, in SP it has that door. Just type on the invisible place (where's supposed to be the door) and remove it.


Edit:
there's the code
pawn Код:
RemoveBuildingForPlayer(playerid, 13007, 2312.7031, -9.0625, 27.5313, 0.25);



Re: Palomino BUG - Tamer - 28.12.2012

Yeah it is normal. Some objects don't appear in the editot


Re: Palomino BUG - RedCrossER - 28.12.2012

Just remove the building for all using loop or some include.


Re: Palomino BUG - LeMoi - 28.12.2012

Quote:
Originally Posted by RedCrossER
Посмотреть сообщение
Just remove the building for all using loop or some include.
The door is invisible and is not included in the bank building


Re: Palomino BUG - huhander - 28.12.2012

Quote:
Originally Posted by TiTaNic
Посмотреть сообщение
I know how to remove it.
Do you know the back exit of the palamonio bank? Well, in SP it has that door. Just type on the invisible place (where's supposed to be the door) and remove it.


Edit:
there's the code
pawn Код:
RemoveBuildingForPlayer(playerid, 13007, 2312.7031, -9.0625, 27.5313, 0.25);
I tried the code, but it remove the bank interior, but the door still there..


Re: Palomino BUG - huhander - 28.12.2012

Quote:
Originally Posted by RedCrossER
Посмотреть сообщение
Just remove the building for all using loop or some include.
sorry for the noooob question, how?