SA-MP Forums Archive
loading bay gate - 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: loading bay gate (/showthread.php?tid=487454)



loading bay gate - kryptonice - 13.01.2014

Hey all,

I'm trying to map some things etc. but I'm stuck with the loading bay gate in a warehouse in LV.
You can't actually delete it as it's not there on any editor.

Anyone know how to delete that object on a server, as the interior of the building is really nice and good for anything!




(It's near coordinates 1053,2087,11)

Regards,
Kryptonice


Re: loading bay gate - Vince - 13.01.2014

pawn Код:
RemoveBuildingForPlayer(playerid, 7657, 1047.39, 2063.69, 11.5391, 0.50); // plasticsgate1
RemoveBuildingForPlayer(playerid, 2938, 1055.63, 2087.67, 12.4690, 0.50); // shutter_vegas
It's either one of these.