Thread: door problem

Results 1 to 3 of 3
  1. #1 door problem 
    Registered Member wuperr's Avatar
    Join Date
    Dec 2009
    Posts
    268
    Thanks given
    193
    Thanks received
    12
    Rep Power
    27
    I am trying to make a door open/remove it,but can't do neither.
    I can remove other objects and make other doors open,but this door doesn't open.




    Set it to "-1" at the ObjectManager,but didn't dissappear,tryed doors.cfg,it doesn't open...
    Reply With Quote  
     

  2. #2  
    Programming Enthusiast

    o paws's Avatar
    Join Date
    Sep 2011
    Age
    28
    Posts
    301
    Thanks given
    52
    Thanks received
    40
    Rep Power
    108
    In actionhandler class search for
    Code:
    doors
    you should see something like this
    Code:
    case 1530:
    		case 1531:
    		case 1533:
    		case 1534:
    		case 11712:
    		case 11711:
    		case 11707:
    		case 11708:
    		case 6725:
    		case 3198:
    
    		case 3197:
    			Server.objectHandler.doorHandling(objectType, c.objectX, c.objectY, 0);	
    			break;
    add your case to it so for that door it would be like this...
    Code:
    case 1530:
    		case 1531:
    		case 1533:
    		case 1534:
    		case 11712:
    		case 11711:
    		case 11707:
    		case 11708:
    		case 6725:
    		case 3198:
                                case 1512:
    		case 3197:
    			Server.objectHandler.doorHandling(objectType, c.objectX, c.objectY, 0);	
    			break;
    Reply With Quote  
     

  3. #3  
    Donator

    Jason's Avatar
    Join Date
    Aug 2009
    Posts
    6,092
    Thanks given
    2,402
    Thanks received
    2,823
    Rep Power
    4550
    in initialize() put the void from objectManager that loads the customSpawns.
    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. [PI] Door Problem
    By Matt in forum Help
    Replies: 15
    Last Post: 04-20-2011, 03:11 PM
  2. Door Problem
    By cristea2007 in forum Help
    Replies: 0
    Last Post: 10-12-2009, 09:13 PM
  3. Door problem
    By Darkie in forum Help
    Replies: 7
    Last Post: 08-23-2009, 01:08 AM
  4. door problem repp+
    By massacre215 in forum Help
    Replies: 4
    Last Post: 06-09-2009, 12:28 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •