25.02.2012, 14:15
Correct, the door is SCM generated and I think the SA-MP team forgot to remove it, among other objects. The plastics factory in west Las Venturas is blocked off by a shutter too. Here is the code for the door:
Object model is 3089. So:
Код:
$2703 = Object.Init(#AB_CASDORLOK, 2168.644, 1619.43, 1000.3) 0566: link_object $2703 to_interior 1 Object.Angle($2703) = 270.0 Object.RemoveFromMissionCleanupList($2703)
pawn Код:
public OnPlayerConnect(playerid)
{
RemoveBuildingForPlayer(playerid, 3089, 2168.644, 1619.43, 1000.3, 0.25);
return 1;
}