Pawn.CMD problem
#1

Hello, i have problem with plugin Pawn.CMD
https://sampforum.blast.hk/showthread.php?tid=608474


When install all and compile get this errors:

Код:
C:\Users\Antonio\Desktop\UNDERSTYLE ROLEPLAY - SAMP\pawno\include\Pawn.CMD.inc(56) : error 025: function heading differs from prototype
C:\Users\Antonio\Desktop\UNDERSTYLE ROLEPLAY - SAMP\pawno\include\Pawn.CMD.inc(60) : error 025: function heading differs from prototype
Pawn.CMD include:
http://pastebin.com/gPCVKCfs


56 line:
Код:
		forward OnPlayerCommandReceived(playerid, cmd[], params[], flags);
60 line:
Код:
		forward OnPlayerCommandPerformed(playerid, cmdtext[], success)
55-61 line:
Код:
		#if defined OnPlayerCommandReceived
			forward OnPlayerCommandReceived(playerid, cmd[], params[], flags);
		#endif

		#if defined OnPlayerCommandPerformed
			forward OnPlayerCommandPerformed(playerid, cmdtext[], success)
		#endif
Reply


Messages In This Thread
Pawn.CMD problem - by Cr4nh - 26.09.2016, 10:48
Re: Pawn.CMD problem - by Konstantinos - 26.09.2016, 11:33
Re: Pawn.CMD problem - by Cr4nh - 26.09.2016, 11:44
Re: Pawn.CMD problem - by Konstantinos - 26.09.2016, 12:06
Re: Pawn.CMD problem - by Crayder - 26.09.2016, 13:17

Forum Jump:


Users browsing this thread: 1 Guest(s)