Thread: Map Data out of bounds wtf?

Results 1 to 4 of 4
  1. #1 Map Data out of bounds wtf? 
    Rawr.


    Join Date
    Oct 2008
    Age
    25
    Posts
    2,166
    Thanks given
    10
    Thanks received
    51
    Rep Power
    1326





    How do i fix it to not say it anymore cause it pissing me off



    Was good while it lasted

    Reply With Quote  
     

  2. #2  
    Donator

    iZAjz's Avatar
    Join Date
    Mar 2007
    Age
    26
    Posts
    3,675
    Thanks given
    105
    Thanks received
    47
    Rep Power
    1882
    In your mapdata class search for
    Code:
    public MapList[] mapLists = new MapList;
    and change it to
    Code:
    public MapList[] mapLists = new MapList[1200];
    If that doesnt work do 1300
    Reply With Quote  
     

  3. #3  
    Rawr.


    Join Date
    Oct 2008
    Age
    25
    Posts
    2,166
    Thanks given
    10
    Thanks received
    51
    Rep Power
    1326
    ok thanks



    Was good while it lasted

    Reply With Quote  
     

  4. #4  
    Renown Programmer

    Sean's Avatar
    Join Date
    May 2007
    Age
    29
    Posts
    2,758
    Thanks given
    264
    Thanks received
    1,089
    Rep Power
    4393
    has he answered your question?
    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
  •