17.04.2013, 14:41
can some one do removebulding for player for me
17.04.2013, 14:46
Cant Be removed.
it Will remove the whole Fence.
it Will remove the whole Fence.
17.04.2013, 14:54
17.04.2013, 14:55
You can't remove that gate unless you want to remove all the fences around it.
17.04.2013, 14:57
Use MTA Editor and do it yourself or post in the script request section
17.04.2013, 15:01
Most likely you can't remove only the gate without the fence.
Here is the code to remove both at once.
Here is the code to remove both at once.
pawn Код:
RemoveBuildingForPlayer(playerid, 16094, 191.1406, 1870.0391, 21.4766, 0.25);
17.04.2013, 15:02
you cannot you will remove the fences with it
17.04.2013, 15:03
Include these:
CreateDynamicObject(19312, 191.24811, 1870.05127, 20.26345, 0.00000, 0.00000, 0.00000);
Make sure the following object goes under this section:
public OnPlayerConnect(playerid)
{
RemoveBuildingForPlayer(playerid, 16094, 191.1406, 1870.0391, 21.4766, 0.25);
}
CreateDynamicObject(19312, 191.24811, 1870.05127, 20.26345, 0.00000, 0.00000, 0.00000);
Make sure the following object goes under this section:
public OnPlayerConnect(playerid)
{
RemoveBuildingForPlayer(playerid, 16094, 191.1406, 1870.0391, 21.4766, 0.25);
}
« Next Oldest | Next Newest »
Users browsing this thread: 1 Guest(s)