Help : how to Change removeWorldObject
#1

Hi guys

Please how to add Like this removeWorldObject http://pastebin.com/tpswbA9f

To http://pastebin.com/D6tXEPa9
Reply
#2

Btw it's you can read about RemoveBuildingForPlayer
Reply
#3

Quote:
Originally Posted by Scrillex
Посмотреть сообщение
Btw it's you can read about RemoveBuildingForPlayer
Hi + thanks

But i have +15 Links . i need to change like this http://pastebin.com/AS9CGBR7

i want forum ( like samp object converter )

Chack here https://sampforum.blast.hk/showthread.php?tid=327707
Reply
#4

Put them under OnPlayerConnect! And it will remove buildings you want to remove! When Player Connects...

Woow 500 post LOL Only now saw that
Reply
#5

Quote:
Originally Posted by Scrillex
Посмотреть сообщение
Put them under OnPlayerConnect! And it will remove buildings you want to remove! When Player Connects...

Woow 500 post LOL Only now saw that
u 501 post

Look i can't put <removeWorldObject id="removeWorldObject (snpedtatshp) (1)" radius="16.967950820923" interior="0" model="5140" lodModel="5199" posX="1982.64063" posY="-2038.16406" posZ="14.78906" rotX="0" rotY="0" rotZ="0"></removeWorldObject>
<removeWorldObject id="removeWorldObject (snpedshprk1_las2) (1)" radius="31.210777282715" interior="0" model="5136" lodModel="5201" posX="1988.14063" posY="-2003.42187" posZ="15.77344" rotX="0" rotY="0" rotZ="0"></removeWorldObject>
<removeWorldObject id="removeWorldObject (ctddwwnblk_las2) (1)" radius="27.465919494629" interior="0" model="5189" lodModel="5198" posX="1983.53125" posY="-2085.11719" posZ="18.07813" rotX="0" rotY="0" rotZ="0"></removeWorldObject>
<removeWorldObject id="removeWorldObject (snpdoldwrhs2_las2) (1)" radius="59.164154052734" interior="0" model="5138" lodModel="5202" posX="2050.35938" posY="-2045.92969" posZ="20.86719" rotX="0" rotY="0" rotZ="0"></removeWorldObject>
<removeWorldObject id="removeWorldObject (newlas2sh_LAS2) (1)" radius="59.010551452637" interior="0" model="5313" lodModel="5316" posX="2043.99219" posY="-2016.86719" posZ="25.05469" rotX="0" rotY="0" rotZ="0"></removeWorldObject>
<removeWorldObject id="removeWorldObject (lasdkrtgrp2) (1)" radius="13.891983032227" interior="0" model="3574" lodModel="0" posX="2026.25" posY="-2093.39844" posZ="15.07031" rotX="0" rotY="0" rotZ="0"></removeWorldObject>
<removeWorldObject id="removeWorldObject (DockBarr1_LA) (1)" radius="7.250714302063" interior="0" model="3578" lodModel="0" posX="2026.83594" posY="-2099.45312" posZ="13.32031" rotX="0" rotY="0" rotZ="0"></removeWorldObject>
<removeWorldObject id="removeWorldObject (lasdkrtgrp2) (2)" radius="13.891983032227" interior="0" model="3574" lodModel="0" posX="2051.04688" posY="-2089.60156" posZ="15.07031" rotX="0" rotY="0" rotZ="0"></removeWorldObject>
<removeWorldObject id="removeWorldObject (DockBarr1_LA) (2)" radius="7.250714302063" interior="0" model="3578" lodModel="0" posX="2050.59375" posY="-2099.46094" posZ="13.32031" rotX="0" rotY="0" rotZ="0"></removeWorldObject>

i want to change ?
Reply
#6

You see removeWorldObject id is for MTA not samp! So you need to use that link what I gived to you wiki... So just look I will try now make one for example!
pawn Код:
RemoveBuildingForPlayer(playerid, 5140, 1982.64063, -2038.16406, 14.78906, 16.967950820923);
So basiclly what I did I took example and just reedited it...
RemoveBuildingForPlayer(playerid, modelid, Float:fX, Float:fY, Float:fZ, Float:fRadius);
modelid = 5140
Float:fX = 1982.64063
Float:fY = -2038.16406
Float:fZ = 14.78906
Float:fRadius = 16.967950820923

This is your first removeWorldObjectID.. So basicly change your all object to this!
Reply
#7

Quote:
Originally Posted by Scrillex
Посмотреть сообщение
You see removeWorldObject id is for MTA not samp!
Thank you Very much mate . Name program removeWorldObject for SAMP ?
Reply
#8

Here you go CLICK ME
Reply
#9

Quote:
Originally Posted by Scrillex
Посмотреть сообщение
Here you go CLICK ME
there link no work

Look just Give Name
Reply
#10

Needed to find a link soz.. HERE This IS working 100%
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)