213) : error 035: argument type mismatch (argument 3)
#1

here code

pawn Код:
switch( dialogid )
    {
        case DIALOG_PET_NAME:
        {
            if (!response) return Kick(playerid);
            if(response)
            {
                if(!strlen(inputtext)) return ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT, "Question","what is your pet name ?","Register","Quit");
                new INI:File = INI_Open(UserPath(playerid));
                INI_SetTag(File,"data");
                INI_WriteInt(File,"Question",inputtext);//error line
                INI_Close(File);
            }
        }
Reply


Messages In This Thread
213) : error 035: argument type mismatch (argument 3) - by Guest123 - 02.06.2013, 16:05
Respuesta: 213) : error 035: argument type mismatch (argument 3) - by Parka - 02.06.2013, 17:17
Re: 213) : error 035: argument type mismatch (argument 3) - by RyanPetersons - 02.06.2013, 17:23

Forum Jump:


Users browsing this thread: 2 Guest(s)