[Ajuda] error 035: argument type mismatch (argument 2)
#8

Quote:
Originally Posted by GuiKommander
Посмотреть сообщение
Tente assim amigo, depois posta o resultado.

PHP код:
enum playerData
{
    
pID,
    
pIP[16],
};
new 
zdata[MAX_PLAYERS][playerData];
new 
pGuns[MAX_PLAYERS][13];
new 
pAmmo[MAX_PLAYERS][13];
forward OnAccountLoad(playerid);
public 
OnAccountLoad(playerid)
{
    new
        
query[2048];
    
cache_get_value_int(0"ID"zdata[playerid][pID]);
    
cache_get_value(0"IP"zdata[playerid][pIP]);
    for (new 
013++)
    {
        
format(querysizeof(query), "Gun%d"1);
        
cache_get_value_name_int(iquerypGuns[playerid][i]);
        
format(querysizeof(query), "Ammo%d"1);
        
cache_get_value_name_int(iquerypAmmo[playerid][i]);
    }
    return 
1;
}
CMD:daskj(playerid)
{
    
OnAccountLoad(playerid);
    return 
1;

Opa!
Dei um debug, e estб dando erro na hora de salvar.
Apenas no compiler que funcionou

Erros:
Код:
[21:39:56] [ERROR] cache_get_value_name_int: invalid row index '1' (number of rows: '1')
[21:39:56] [ERROR] cache_get_value_name_int: invalid row index '1' (number of rows: '1')
[21:39:56] [ERROR] cache_get_value_name_int: invalid row index '2' (number of rows: '1')
[21:39:56] [ERROR] cache_get_value_name_int: invalid row index '2' (number of rows: '1')
[21:39:56] [ERROR] cache_get_value_name_int: invalid row index '3' (number of rows: '1')
[21:39:56] [ERROR] cache_get_value_name_int: invalid row index '3' (number of rows: '1')
[21:39:56] [ERROR] cache_get_value_name_int: invalid row index '4' (number of rows: '1')
[21:39:56] [ERROR] cache_get_value_name_int: invalid row index '4' (number of rows: '1')
[21:39:56] [ERROR] cache_get_value_name_int: invalid row index '5' (number of rows: '1')
[21:39:56] [ERROR] cache_get_value_name_int: invalid row index '5' (number of rows: '1')
[21:39:56] [ERROR] cache_get_value_name_int: invalid row index '6' (number of rows: '1')
[21:39:56] [ERROR] cache_get_value_name_int: invalid row index '6' (number of rows: '1')
[21:39:56] [ERROR] cache_get_value_name_int: invalid row index '7' (number of rows: '1')
[21:39:56] [ERROR] cache_get_value_name_int: invalid row index '7' (number of rows: '1')
[21:39:56] [ERROR] cache_get_value_name_int: invalid row index '8' (number of rows: '1')
[21:39:56] [ERROR] cache_get_value_name_int: invalid row index '8' (number of rows: '1')
[21:39:56] [ERROR] cache_get_value_name_int: invalid row index '9' (number of rows: '1')
[21:39:56] [ERROR] cache_get_value_name_int: invalid row index '9' (number of rows: '1')
[21:39:56] [ERROR] cache_get_value_name_int: invalid row index '10' (number of rows: '1')
[21:39:56] [ERROR] cache_get_value_name_int: invalid row index '10' (number of rows: '1')
[21:39:56] [ERROR] cache_get_value_name_int: invalid row index '11' (number of rows: '1')
[21:39:56] [ERROR] cache_get_value_name_int: invalid row index '11' (number of rows: '1')
[21:39:56] [ERROR] cache_get_value_name_int: invalid row index '12' (number of rows: '1')
[21:39:56] [ERROR] cache_get_value_name_int: invalid row index '12' (number of rows: '1')
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)