Thread: Removing Object (Tropical Trees)

Results 1 to 3 of 3
  1. #1 Removing Object (Tropical Trees) 
    Registered Member
    Join Date
    Aug 2016
    Posts
    58
    Thanks given
    10
    Thanks received
    3
    Rep Power
    14
    Removing a object by: c.getPA().checkObjectSpawn(-1, 2841, 2961, 0, 10); doesn't remove whole palm tree. It removes only a bottom of it since the tree is in 3 parts I guess. Doesn't matter if I change a height like: c.getPA().checkObjectSpawn(-1, 2841, 2961, 1, 10);

    Actually I noticed that when I'm on height 1 myself I see the bottom of trees again. When I'm on height 0 I see the top of the trees again.
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    Apr 2016
    Posts
    220
    Thanks given
    123
    Thanks received
    79
    Rep Power
    0
    Code:
    if (c.heightLevel == numberhere) {
     // remove object
    }
    ? i think checkObjectSpawn 4th arg is object face?

    unsure man
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    May 2012
    Posts
    445
    Thanks given
    31
    Thanks received
    19
    Rep Power
    48
    Remove it client sided using galkon's spawning objects client sided release, and set the object id to 0 with the same coords as the tree you have
    My services at No1killme's services
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 3
    Last Post: 09-04-2013, 02:26 AM
  2. How do i remove objects?
    By ryannathans in forum Help
    Replies: 3
    Last Post: 03-25-2009, 08:43 AM
  3. removing objects
    By Darkie in forum Help
    Replies: 1
    Last Post: 02-07-2009, 07:17 PM
  4. Removing Objects in Dev 7 Souce?????
    By helcast in forum Tutorials
    Replies: 4
    Last Post: 01-26-2008, 08:12 AM
  5. Removing Objects In An Area (UNTESTED)
    By Llama in forum Tutorials
    Replies: 10
    Last Post: 06-21-2007, 09:33 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •