SA-MP Forums Archive
error 025: function heading differs from prototype - 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: error 025: function heading differs from prototype (/showthread.php?tid=354539)



error 025: function heading differs from prototype - codebreaker23 - 27.06.2012

Код:
public Audio_OnSetPack(audiopack[])
{
	foreach(Player, i)
	{
	    Audio_TransferPack(i);
	}
	return 1;
}
first said needed a forward for the public added it now get this
any ideas?
Thanks


Re: error 025: function heading differs from prototype - Makaveli93 - 27.06.2012

Can you show us how you forwarded it?


Re: error 025: function heading differs from prototype - codebreaker23 - 27.06.2012

Код:
forward Audio_OnSetPack(audiopack[]);



Re: error 025: function heading differs from prototype - codebreaker23 - 27.06.2012

Fixed guy on skype aid to reload the includes said the one that came with it might have been altered
Reloaded fresh ones and it works
Thanks


Re: error 025: function heading differs from prototype - Makaveli93 - 27.06.2012

Okay, thanks for a quick update


Re: error 025: function heading differs from prototype - codebreaker23 - 27.06.2012

no problem thanks for looking an offering the help means alot :P