Help with one ID ?
#4

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:

Код:
$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)
Object model is 3089. So:
pawn Код:
public OnPlayerConnect(playerid)
{
    RemoveBuildingForPlayer(playerid, 3089, 2168.644, 1619.43, 1000.3, 0.25);
    return 1;
}
Reply


Messages In This Thread
Help with one ID ? - by backnot - 25.02.2012, 13:31
Re: Help with one ID ? - by Aira - 25.02.2012, 13:47
Re: Help with one ID ? - by backnot - 25.02.2012, 13:59
Re: Help with one ID ? - by Vince - 25.02.2012, 14:15
Re: Help with one ID ? - by backnot - 25.02.2012, 14:35

Forum Jump:


Users browsing this thread: 1 Guest(s)