Thread: How do I add bank boothes?

Results 1 to 10 of 10
  1. #1 How do I add bank boothes? 
    Registered Member Danrsps's Avatar
    Join Date
    Jan 2012
    Posts
    34
    Thanks given
    2
    Thanks received
    0
    Rep Power
    11
    I keep entering the bank boothes into the objectmanager and compiling them but nothing shows up. Help please?
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Dec 2011
    Posts
    0
    Thanks given
    87
    Thanks received
    74
    Rep Power
    0
    I think you actually need to create them using a map editor, Don't take my word for it though.


    Quote Originally Posted by Stevie View Post
    I know but there is like 5 servers with deadlypkers's source. it's being passed around like the school's whore.
    Quote Originally Posted by King J Scape View Post
    Not everything in life can be pretty, look at your self for an example.
    Have a nice day.
    [Spoil][/Spoil]
    Reply With Quote  
     

  3. #3  
    Registered Member Danrsps's Avatar
    Join Date
    Jan 2012
    Posts
    34
    Thanks given
    2
    Thanks received
    0
    Rep Power
    11
    map editor? Can you link me to this post? thanks.
    Reply With Quote  
     

  4. #4  
    Shake n Bake

    Organic's Avatar
    Join Date
    Apr 2010
    Posts
    2,499
    Thanks given
    204
    Thanks received
    324
    Rep Power
    588
    You don't need a map editor lol, you can use loadCustomSpawns in objectmanger...

    Code:
    		c.getPA().object(2470,2311,4594, 0, 10);
    ObjectID, CoordX, CoordY, leave it 0, leave it 10.

    And if it still doesnt come up look up a tutorial im sure there is a tut on how to load custom object spawns...

    Just live life at its fullest.

    LOL
    Reply With Quote  
     

  5. #5  
    My TFLOP is better than yours
    Sonic chao's Avatar
    Join Date
    Aug 2011
    Posts
    298
    Thanks given
    51
    Thanks received
    13
    Rep Power
    24
    Maybe you used the wrong Object ID. Try "2213". That one should work.

    Code:
    c.getPA().checkObjectSpawn(2213, coordx, coordy, 0, 10);
    Reply With Quote  
     

  6. #6  
    Registered Member Danrsps's Avatar
    Join Date
    Jan 2012
    Posts
    34
    Thanks given
    2
    Thanks received
    0
    Rep Power
    11
    private int[][] customObjects = {{}};
    c.getPA().object(2213,3083,3507, 0, 10)
    Whats wrong with my code.
    Reply With Quote  
     

  7. #7  
    My TFLOP is better than yours
    Sonic chao's Avatar
    Join Date
    Aug 2011
    Posts
    298
    Thanks given
    51
    Thanks received
    13
    Rep Power
    24
    Quote Originally Posted by Danrsps View Post
    private int[][] customObjects = {{}};
    c.getPA().object(2213,3083,3507, 0, 10)
    Whats wrong with my code.
    Did you get an error? Try this instead:

    Code:
    c.getPA().checkObjectSpawn(2213,3083,3507, 0, 10);
    Reply With Quote  
     

  8. #8  
    Registered Member Danrsps's Avatar
    Join Date
    Jan 2012
    Posts
    34
    Thanks given
    2
    Thanks received
    0
    Rep Power
    11
    Add me on skype somone.
    nifumix
    Reply With Quote  
     

  9. #9  
    Registered Member Danrsps's Avatar
    Join Date
    Jan 2012
    Posts
    34
    Thanks given
    2
    Thanks received
    0
    Rep Power
    11
    It doesnt work though!
    Reply With Quote  
     

  10. #10  
    My TFLOP is better than yours
    Sonic chao's Avatar
    Join Date
    Aug 2011
    Posts
    298
    Thanks given
    51
    Thanks received
    13
    Rep Power
    24
    Are you sure the compiler works? Or are you using Eclipse?
    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: 05-29-2010, 04:48 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
  •