25.02.2012, 13:31
Hi guys , I need the ID of one door to remove it , but I can't find it anywhere.
The door is in my left
Can somebody help me ?
Thanks.
The door is in my left
Can somebody help me ?
Thanks.
$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)
public OnPlayerConnect(playerid)
{
RemoveBuildingForPlayer(playerid, 3089, 2168.644, 1619.43, 1000.3, 0.25);
return 1;
}