[Ajuda] DOF2
#1

Gente alguem poderia dar uma dica ou ajuda a resolver esses 2 erros aqui pf, ja olhei varios topicos desse erro mais ainda nгo consegui resolvelo, se alguem pode ajudar ficarei grato.


pawn Код:
DOF2_SetInt(arquivo, "Senha", inputtext);//error 035: argument type mismatch
if(!strcmp(inputtext, DOF2_GetInt(arquivo, "Senha"))//error 035: argument type mismatch
Reply
#2

pawn Код:
DOF2_SetString(arquivo, "Senha", inputtext);
if(!strcmp(inputtext, DOF2_GetString(arquivo, "Senha"))
a password e uma string.
Reply
#3

Quote:
Originally Posted by PT
Посмотреть сообщение
pawn Код:
DOF2_SetString(arquivo, "Senha", inputtext);
if(!strcmp(inputtext, DOF2_GetString(arquivo, "Senha"))
a password e uma string.
Obrigado, +REP
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)