can some one do removebulding for player for me
#1

can some one do remove building for player for me

Look i wanna remove those gates at NG Place



Reply
#2

Cant Be removed.
it Will remove the whole Fence.
Reply
#3

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
Reply
#4

You can't remove that gate unless you want to remove all the fences around it.
Reply
#5

Use MTA Editor and do it yourself or post in the script request section
Reply
#6

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);
Reply
#7

you cannot you will remove the fences with it
Reply
#8

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);
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)