error...
#1

what a problem with it, how to fix it?!
Код:
               if(!strlen(inputtext)) return ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT, ""COL_WHITE"Registering...",""COL_RED"You have entered an invalid password.\n"COL_WHITE"Type your password below to register a new account.","Register","Quit");
                new INI:File = INI_Open(UserPath(playerid));
                INI_SetTag(File,"data");
                INI_WriteInt(File,"Password",inputtext);
                INI_WriteInt(File,"Cash",0);
                INI_WriteInt(File,"Admin",0);
                INI_WriteInt(File,"Kills",0);
                INI_WriteInt(File,"Deaths",0);
                INI_Close(File);
the error:
Код:
C:\Users\User\Desktop\Login and Register Sytem Y_INI\Login and Register Sytem Y_INI\gamemodes\test.pwn(99) : error 035: argument type mismatch (argument 3)
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply


Messages In This Thread
error... - by Bug. - 13.12.2012, 18:13
Re: error... - by park4bmx - 13.12.2012, 18:22
Re: error... - by Konstantinos - 13.12.2012, 18:22
Re: error... - by Bug. - 13.12.2012, 18:42

Forum Jump:


Users browsing this thread: 1 Guest(s)