Error messages when using Y_Ini
#1

Ok, so I have been trying to fix this script, it's a login script but it had some issues, so I remade it with another one, this tutorial here https://sampforum.blast.hk/showthread.php?tid=352703 and when done I get these errors
Код:
E:\Program Files (x86)\Rockstar Games\GTA San Andreas\PAWN\pawno\dr2.pwn(469) : warning 213: tag mismatch
E:\Program Files (x86)\Rockstar Games\GTA San Andreas\PAWN\pawno\dr2.pwn(854) : error 001: expected token: "-string end-", but found "-identifier-"
E:\Program Files (x86)\Rockstar Games\GTA San Andreas\PAWN\pawno\dr2.pwn(854) : warning 215: expression has no effect
E:\Program Files (x86)\Rockstar Games\GTA San Andreas\PAWN\pawno\dr2.pwn(854) : error 001: expected token: ";", but found ")"
E:\Program Files (x86)\Rockstar Games\GTA San Andreas\PAWN\pawno\dr2.pwn(854) : error 029: invalid expression, assumed zero
E:\Program Files (x86)\Rockstar Games\GTA San Andreas\PAWN\pawno\dr2.pwn(854) : fatal error 107: too many error messages on one line
. I don't know what version of Y_Ini this is, but when I try any other version I get a shitload more errors. This is the only version that seems to give the least error. The previous login script was bugged but it compiled fine and saved fine. Any help here?
Here is line 854
Код:
	if(fexist(Path(playerid))) /* Check if the connected user is registered or not. fexist stands for file exist. So if file exist in the files(Path(playerid)),*/
	{// then
		INI_ParseFile(Path(playerid),"loadaccount_%s", .bExtra = true, .extra = playerid); //Will load user's data using INI_Parsefile.
		ShowPlayerDialog(playerid,dlogin,DIALOG_STYLE_INPUT,"Login","Welcome back. This account is registered. \nInsert your password to login to your account","Login","Quit");/*A dialog with input style will appear so you can insert your password to login.*/
	}
Reply


Messages In This Thread
Error messages when using Y_Ini - by Mennims - 04.08.2014, 18:11
Respuesta: Error messages when using Y_Ini - by Cepillado - 04.08.2014, 22:11
Re: Error messages when using Y_Ini - by Mennims - 05.08.2014, 06:27
Re: Error messages when using Y_Ini - by Mennims - 05.08.2014, 09:17
Re: Error messages when using Y_Ini - by Mennims - 05.08.2014, 21:12
Re: Error messages when using Y_Ini - by Mennims - 06.08.2014, 19:19
Re: Error messages when using Y_Ini - by Mennims - 12.08.2014, 15:48
Re: Error messages when using Y_Ini - by Stinged - 12.08.2014, 16:08

Forum Jump:


Users browsing this thread: 1 Guest(s)