Help with one ID ?
#1

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.
Reply
#2

There's a name "Door" on your file (.pwn) if you converted it via convertffs.. Look for it
Reply
#3

The door is not added . It's from the game.
Reply
#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
#5

Thanks, Vince !
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)