include error
#1

Код:
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
Reply
#2

One moment while I read your mind and find the problem in the code.

POST YOUR CODE
Reply
#3

sorry wrong code
Reply
#4

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
}
Reply
#5

anyone help
sorry for keep posting
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)