[Ajuda] argument 2
#1

Ja perdi a pacienci com isso a segunda vez que refaзo e aconte isso

PHP код:
C:\Users\Usuario\Desktop\Servidor RPG\gamemodes\Lista.pwn(25) : error 035argument type mismatch (argument 2)
C:\Users\Usuario\Desktop\Servidor RPG\gamemodes\Lista.pwn(29) : error 035argument type mismatch (argument 2)
C:\Users\Usuario\Desktop\Servidor RPG\gamemodes\Lista.pwn(30) : error 035argument type mismatch (argument 2)
C:\Users\Usuario\Desktop\Servidor RPG\gamemodes\Lista.pwn(53) : error 035argument type mismatch (argument 2)
Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
4 Errors

Linhs 25
pawn Код:
DOF2_SetString( CAMINHO , i , "Ninguem");
Linha 29
pawn Код:
if ( strcmp ( DOF2_GetString ( CAMINHO, i ), "Ninguem", true ) == 0 )
Linha 30
pawn Код:
DOF2_SetString ( CAMINHO, i , GetPlayerNome(playerid) );
Linha 53
pawn Код:
format(String, sizeof String, "Vaga %d | %s", i, DOF2_GetString ( CAMINHO, i ));

Me diga qual e meu erro , pois estou comentendo ele varias vezes .
Reply
#2

Passa essa stock/format CAMINHO ai
Reply
#3

Esse 'i' que vocк estб procurando, estб setado como o que?
Se nгo estiver da forma correta, tente deste modo:

pawn Код:
Linhs 25
DOF2_SetString( CAMINHO , "Nome do que vocк estб Setando", "Ninguem");

Linha 29
if ( strcmp ( DOF2_GetString ( CAMINHO,"Nome do que vocк estб Procurando" ), "Ninguem", true ) == 0 )


Linha 30
DOF2_SetString ( CAMINHO, "Nome do que vocк estб Setando" , GetPlayerNome(playerid) );


Linha 53
format(String, sizeof String, "Vaga %d | %s", i, DOF2_GetString ( CAMINHO, "Nome do que vocк estб Procurando"));
Reply
#4

PHP код:
if(!DOF2_FileExistsCAMINHO )) {
        for(new 
iMAX_VAGASi++)
            
DOF2_SetStringCAMINHO "Ninguem");
    } 
Este e um exemplo de como uso !
Reply
#5

mosta a defenicao de "CAMINHO"..

podera ser isso.
Reply
#6

i tem que ser uma string.
faz o seguinte.
pawn Код:
stock NumberToString(int)
{
    new str[30];
    format(str, sizeof(str), "%d", int);
    return str;
}
ai tu usa nos DOF2
NumberToString(i)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)