Guten Tag,
Und zwar bekome ich diesen Error von Sscanf.
Error.
HTML
C:\Users\Karsten\Desktop\Clon\pawno\include\sscanf2.inc(227) : warning 202: number of arguments does not match definition
C:\Users\Karsten\Desktop\Clon\pawno\include\sscanf2.inc(240) : error 025: function heading differs from prototype
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
Zeile:
HTML
public OnPlayerDisconnect(playerid, reason)
{
#if defined SSCANF_OnPlayerDisconnect
SSCANF_OnPlayerDisconnect(playerid, reason); // Diese Zeile 227
#endif
SSCANF_Leave(playerid);
return 1;
}
#if defined _ALS_OnPlayerDisconnect
#undef OnPlayerDisconnect
#else
#define _ALS_OnPlayerDisconnect
#endif
#define OnPlayerDisconnect SSCANF_OnPlayerDisconnect
#if defined SSCANF_OnPlayerDisconnect
forward SSCANF_OnPlayerDisconnect(playerid, reason); // Zeile 240
#endif
Alles anzeigen