include error - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: include error (
/showthread.php?tid=452364)
include error -
Fairy - 21.07.2013
Код:
C:\Users\darknight\Desktop\samp\pawno\include\Streamer.inc(297) : warning 202: number of arguments does not match definition
C:\Users\darknight\Desktop\samp\pawno\include\Streamer.inc(304) : error 025: function heading differs from prototype
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
help
Re: include error -
SuperViper - 21.07.2013
One moment while I read your mind and find the problem in the code.
POST YOUR CODE
Re: include error -
Fairy - 21.07.2013
sorry wrong code
Re: include error -
Fairy - 21.07.2013
297 to 304
Here
Код:
public OnPlayerDisconnect(playerid, reason)
{
Streamer_CallbackHook(STREAMER_OPDC, playerid, reason);
#if defined Streamer_OnPlayerDisconnect
return Streamer_OnPlayerDisconnect(playerid, reason);
#else
return 1;
#endif
}
Re: include error -
Fairy - 22.07.2013
anyone help
sorry for keep posting