Help with Remove Objects - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help with Remove Objects (
/showthread.php?tid=489474)
Help with Remove Objects -
ultrAslan - 22.01.2014
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>
Re: Help with Remove Objects -
TLN - 22.01.2014
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);
Re: Help with Remove Objects -
CutX - 22.01.2014
do
not use MTA for such a thing.
MTA fails at removing the LOD's
use the
real map editor for samp
AW: Re: Help with Remove Objects -
ultrAslan - 22.01.2014
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
Re: AW: Re: Help with Remove Objects -
CutX - 22.01.2014
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.