antiblock
https://arwen2.global/
  • Chatbox

    Did you check out our Discord? https://discord.gg/FFdvMjk9xA
    You don't have permission to chat.
    Load More
  • 0
Sign in to follow this  
leoasafe

Exchange.cpp Error

Question

Estou a alterar minha source para 2 inventarios novamente, altero os ficheiros e na hora de compactar me da erro, alguém para me dar uma luz?

 

exchange.cpp :

 
bool CExchange::CheckSpace()
{
static CGrid s_grid1(5, INVENTORY_MAX_NUM/5 / 2); // Lelt? 1
static CGrid s_grid2(5, INVENTORY_MAX_NUM/5 / 2); // Lelt? 2
 
s_grid1.Clear();
s_grid2.Clear();
 
LPCHARACTER victim = GetCompany()->GetOwner();
LPITEM item;
 
int i;
 
static CGrid s_grid1(5, INVENTORY_MAX_NUM/5 / 2); // inven page 1
static CGrid s_grid2(5, INVENTORY_MAX_NUM/5 / 2); // inven page 2
 
s_grid1.Clear();
s_grid2.Clear();

Share this post


Link to post
Share on other sites

2 answers to this question

  • 0

Source compila-se, não se compacta.

 

O erro é obvio....Basta teres passado a matemática na primária.

Share this post


Link to post
Share on other sites
antiblock
https://arwen2.global/

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this