Results 1 to 7 of 7

Thread: Depositing items [ help :( ]

  1. #1
    Join Date
    Feb 2013
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default Depositing items [ help :( ]

    Ok so this is the code I have for depositing items -
    Code:
    If P07_BankScreen Then
      P07_Deposit(0, 28, True);
    When it gets to that bit, it errors and gives me this -
    Code:
    The following DTMs were not freed: [SRL - Lamp bitmap, 1]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, SRL - Options Bitmap]
    Please help

  2. #2
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    Quote Originally Posted by Aarondawg View Post
    Ok so this is the code I have for depositing items -
    Code:
    If P07_BankScreen Then
      P07_Deposit(0, 28, True);
    When it gets to that bit, it errors and gives me this -
    Code:
    The following DTMs were not freed: [SRL - Lamp bitmap, 1]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, SRL - Options Bitmap]
    Please help
    That's not the actual error. Those are just warnings.

  3. #3
    Join Date
    Feb 2013
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Well it doesn't deposit

  4. #4
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Quote Originally Posted by Aarondawg View Post
    Well it doesn't deposit
    Then maybe your not using the function correctly or the function is bugged. If you think the function is bugged you should post on Danny thread
    Current Project: Retired

  5. #5
    Join Date
    Oct 2012
    Posts
    758
    Mentioned
    6 Post(s)
    Quoted
    282 Post(s)

    Default

    I don't think that's the actual problem.
    >>>
    If P07_BankScreen Then
    P07_Deposit(0, 28, True);

    Be sure to SetupSRL etc...

  6. #6
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Quote Originally Posted by Runehack123 View Post
    I don't think that's the actual problem.
    >>>
    If P07_BankScreen Then
    P07_Deposit(0, 28, True);

    Be sure to SetupSRL etc...
    Could be it's a different function to set up the P07 include
    Current Project: Retired

  7. #7
    Join Date
    Oct 2012
    Posts
    758
    Mentioned
    6 Post(s)
    Quoted
    282 Post(s)

    Default

    Last time I got this error message was when I was trying to cram a for do loop inside a for do loop..Can't remember exactly. I can't tell what's really going wrong here unless I see the full code. Please post on pastebin, too ..because I can see the line number.

Thread Information

Users Browsing this Thread

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

Posting Permissions

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