sscanf2.inc error
#5

Still not working.

Код:
NPP_EXEC: "Pawno Comp."
NPP_SAVE: C:\Users\sekseriic\Desktop\dwrp_svr\gamemodes\dwrp.pwn
CD: C:\Users\sekseriic\Desktop\dwrp_svr\gamemodes
Current directory: C:\Users\CheesySpic\Desktop\dwrp_svr\gamemodes
"C:\Users\CheesySpic\Desktop\dwrp_svr\pawno\pawncc.exe" "dwrp.pwn" -; -(
Process started >>>
C:\Users\sekseriic\Desktop\dwrp_svr\pawno\include\sscanf2.inc(230) : warning 202: number of arguments does not match definition
C:\Users\sekseriic\Desktop\dwrp_svr\pawno\include\sscanf2.inc(243) : error 025: function heading differs from prototype
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
<<< Process finished. (Exit code 1)
================ READY ================
Includes I use
Код:
#include <a_samp>
#undef MAX_PLAYERS
#define MAX_PLAYERS	(32)
#include <YSI\y_ini>
#include <easyDialog>
#include <sscanf2>
#include <mSelection>
And callback line
Код:
public OnPlayerDisconnect(playerid)
{
	if (playerReady(playerid)) {
		SaveAccount_data(playerid);
	}
	return 1;
}
Reply


Messages In This Thread
sscanf2.inc error - by thaKing - 18.08.2015, 15:48
Re : sscanf2.inc error - by Dutheil - 18.08.2015, 16:46
Re: sscanf2.inc error - by SoFahim - 18.08.2015, 16:51
Re : sscanf2.inc error - by Dutheil - 18.08.2015, 17:24
Re: sscanf2.inc error - by thaKing - 19.08.2015, 06:07
Re: sscanf2.inc error - by X337 - 19.08.2015, 06:28
Re: sscanf2.inc error - by thaKing - 19.08.2015, 14:24

Forum Jump:


Users browsing this thread: 1 Guest(s)