Jump to content
  • 0

increased storage space


Jamy

Question


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  54
  • Reputation:   0
  • Joined:  02/14/12
  • Last Seen:  

Well I increased the number of storage for 1000, but there is a bug, the items disappear after a certain amount, does anyone know tell me how I can keep no more than 1000bugs.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  71
  • Reputation:   3
  • Joined:  03/22/15
  • Last Seen:  

I did not understand, please tell me step-by-step what exactly do I have to do?
First time messing with this server review!

 

unknown.png

 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  54
  • Reputation:   0
  • Joined:  02/14/12
  • Last Seen:  

Hello gave the error in this part Copiler.

skip_e/max_e

if( sd->storage_page )
+ {// storage paging
+ if( skip_e/max_e < sd->storage_page-1 )
+ {
+ skip_e++;
+ continue;
+ }
+ else if( ne >= max_e )
+ {
+ continue;
+ }
+ }

and in that

skip_s/max_s

if( sd->storage_page )
{// storage paging
if( skip_s/max_s < sd->storage_page-1 )
{
skip_s++;
continue;
}
else if( n >= max_s )
{
continue;
}
}

Edited by DeMoNiAC
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...