can some one do removebulding for player for me -
Joe_Goro - 17.04.2013
can some one do remove building for player for me
Look i wanna remove those gates at NG Place
Re: can some one do removebulding for player for me -
Avi Raj - 17.04.2013
Cant Be removed.
it Will remove the whole Fence.
Re: can some one do removebulding for player for me -
Faisal_khan - 17.04.2013
Quote:
Originally Posted by Avi Raj
Cant Be removed.
it Will remove the whole Fence.
|
Actually that's possible.
19312 = Area69 fence without gates
19313 = Area69 gates
Re: can some one do removebulding for player for me -
BlackID - 17.04.2013
You can't remove that gate unless you want to remove all the fences around it.
Re: can some one do removebulding for player for me -
NicholasA - 17.04.2013
Use MTA Editor and do it yourself or post in the script request section
Re: can some one do removebulding for player for me -
DaRk_RaiN - 17.04.2013
Most likely you can't remove only the gate without the fence.
Here is the code to remove both at once.
pawn Код:
RemoveBuildingForPlayer(playerid, 16094, 191.1406, 1870.0391, 21.4766, 0.25);
Re: can some one do removebulding for player for me -
TomatoRage - 17.04.2013
you cannot you will remove the fences with it
Re: can some one do removebulding for player for me -
robdint - 17.04.2013
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);
}