SA-MP Forums Archive
How to aircraft carrier's platforms - 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: How to aircraft carrier's platforms (/showthread.php?tid=600548)



How to delet aircraft carrier's platforms - zielno - 09.02.2016

Hi !
I tried to delet the Aircraft Carrier's but two platforms stay here.
I dont see them in map editor.
How i can delet them ?

Thank


Re: How to aircraft carrier's platforms - AbyssMorgan - 09.02.2016

this is about a military ship in San Fierro
PHP код:
RemoveBuildingForPlayer(playerid,3114,-1428.8928,502.4800,18.2294,50.0);
RemoveBuildingForPlayer(playerid,3115,-1428.8928,502.4800,18.2294,50.0); 



Re: How to aircraft carrier's platforms - zielno - 09.02.2016

Thank you, but its dosent work motherfucker


Re: How to aircraft carrier's platforms - Vince - 09.02.2016

Mission script objects;
Код:
$5290 = Object.Init(#CARRIER_DOOR_SFSE, -1465.797, 501.289, 1.145)
$5291 = Object.Init(#CARRIER_LIFT2_SFSE, -1414.453, 516.453, 16.688)
$5292 = Object.Init(#CARRIER_LIFT1_SFSE, -1456.719, 501.297, 16.953)
#CARRIER_DOOR_SFSE = 3113
#CARRIER_LIFT2_SFSE = 3114
#CARRIER_LIFT1_SFSE = 3115