Help with Remove Objects
#1

Today i deleted Objects with MTA and i tried to convert them with convertffs but i dindt working can you help please .

Here are the codes.

Код:
<removeWorldObject id="removeWorldObject (s_bit_13) (1)" radius="133.22875976563" interior="0" model="16223" lodModel="16729" posX="-628.86719" posY="650.13281" posZ="15.38281" rotX="0" rotY="0" rotZ="0"></removeWorldObject>
    <removeWorldObject id="removeWorldObject (cxrf_brigleg) (1)" radius="44.928298950195" interior="0" model="3330" lodModel="3333" posX="-642.30469" posY="657.70313" posZ="2.02344" rotX="0" rotY="0" rotZ="0"></removeWorldObject>
    <removeWorldObject id="removeWorldObject (cxrf_brigleg) (2)" radius="44.928298950195" interior="0" model="3330" lodModel="3333" posX="-715.29687" posY="690.30469" posZ="2.02344" rotX="0" rotY="0" rotZ="0"></removeWorldObject>
<removeWorldObject id="removeWorldObject (cxrf_brigleg) (3)" radius="44.928298950195" interior="0" model="3330" lodModel="3333" posX="-568.15625" posY="624.80469" posZ="2.02344" rotX="0" rotY="0" rotZ="0"></removeWorldObject>
Reply
#2

Try this.
pawn Код:
RemoveBuildingForPlayer(playerid, 16729, -628.8719, 650.13281, 15.38281, 0.25);
RemoveBuildingForPlayer(playerid, 3333, -642.30469, 657.70313, 2.02344, 0.25);
RemoveBuildingForPlayer(playerid, 3333, -568.15625, 624.80469, 2.02344, 0.25);
RemoveBuildingForPlayer(playerid, 3333, -568.15625, 624.80469, 2.02344, 0.25);
Reply
#3

do not use MTA for such a thing.
MTA fails at removing the LOD's

use the real map editor for samp
Reply
#4

Quote:
Originally Posted by TLN
Посмотреть сообщение
Try this.
pawn Код:
RemoveBuildingForPlayer(playerid, 16729, -628.8719, 650.13281, 15.38281, 0.25);
RemoveBuildingForPlayer(playerid, 3333, -642.30469, 657.70313, 2.02344, 0.25);
RemoveBuildingForPlayer(playerid, 3333, -568.15625, 624.80469, 2.02344, 0.25);
RemoveBuildingForPlayer(playerid, 3333, -568.15625, 624.80469, 2.02344, 0.25);
hmm the objects are not there but when i drive over the bridge i dont fall in the water i drive normal. if there is the road
Reply
#5

Quote:
Originally Posted by ultrAslan
Посмотреть сообщение
hmm the objects are not there but when i drive over the bridge i dont fall in the water i drive normal. if there is the road
do what i said in my last post...

remove the objects with the real map editor for samp.
There won't be any problems, it removes everything.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)