11.02.2013, 16:38
C:\Users\Unknown\Desktop\MyGM\filterscripts\Admin. pwn(1113) : error 025: function heading differs from prototype
The line
Whole code
1113-1118
The line
Код:
public OnQueryError(errorid, error[], callback[], query[], connectionHandle)
1113-1118
Код:
public OnQueryError(errorid, error[], callback[], query[], connectionHandle) { printf("%d, %s, %s, %s, %d", errorid, error, callback, query, connectionHandle); return 1; } #endif