Results 1 to 4 of 4

Thread: getting same error for multiple scripts please help

  1. #1
    Join Date
    Apr 2013
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default getting same error for multiple scripts please help

    i keep getting this error for a few scripts

    Error: Exception: Access violation at line 398
    The following DTMs were not freed: [SRL - Lamp bitmap, SRL - Book of Knowledge]
    The following bitmaps were not freed: [0, 1, 2, 4, SRL - Mod bitmap, SRL - Admin bitmap, SRL - Minimap Mask bitmap, 8, 12, 16]


    could someone please help?

  2. #2
    Join Date
    Mar 2013
    Posts
    21
    Mentioned
    1 Post(s)
    Quoted
    8 Post(s)

    Default

    this happens because of a problem with setting the nickname for use with anti-randoms.. you have to include the following code in the Declareplayers portion of script.

    Code:
    SetScreenName(Players[0].Nick);
    If the script supports multiple players, be sure to change 0 to the correct iterator. hope this helps.

  3. #3
    Join Date
    Apr 2013
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    okay thanks but one more question. i have spaces in between the last 4 digits so do i include the spaces or act like they dont exist?

  4. #4
    Join Date
    Apr 2013
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    yes i included underscores and im still getting the same error

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
  •