Thread: Object bug

Results 1 to 5 of 5
  1. #1 Object bug 
    Registered Member
    Homie Pimpson's Avatar
    Join Date
    Jul 2008
    Age
    26
    Posts
    982
    Thanks given
    280
    Thanks received
    124
    Rep Power
    175
    There's a bug when you teleport somewhere, all spawned objects dissapear
    I'm using MithScape btw, i've also experienced this with alot of other sources (Bulby's as far as i can remember)

    If anyone has fixed this, can you tell me how please? I just started working on 508s I can't seem to figure this out.
    Reply With Quote  
     

  2. #2  
    Registered Member
    josue992222's Avatar
    Join Date
    Mar 2009
    Posts
    922
    Thanks given
    11
    Thanks received
    5
    Rep Power
    460
    in case 60 of packetmanager add this in it
    Code:
     p.loadStaticObjects();



    Reply With Quote  
     

  3. #3  
    Registered Member
    X Mercy X's Avatar
    Join Date
    May 2009
    Age
    28
    Posts
    1,336
    Thanks given
    3
    Thanks received
    41
    Rep Power
    301
    p.loadStaticObjects(); < may need to change that to your method

    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  4. #4  
    Registered Member
    Homie Pimpson's Avatar
    Join Date
    Jul 2008
    Age
    26
    Posts
    982
    Thanks given
    280
    Thanks received
    124
    Rep Power
    175
    I had this:

    Code:
    case 60:
    p.objects();
    break;
    I added
    Code:
    p.loadStaticObjects();
    , got no errors but they still dissapear :/
    Reply With Quote  
     

  5. #5  
    Registered Member
    josue992222's Avatar
    Join Date
    Mar 2009
    Posts
    922
    Thanks given
    11
    Thanks received
    5
    Rep Power
    460
    add it in ur walking class then



    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

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •