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=427739)
error 025: function heading differs from prototype -
Cutt3r - 02.04.2013
Код:
#define MAX_STRING 255
Код:
stock right(source[], len)
{
new retval[MAX_STRING], srclen;
srclen = strlen(source);
strmid(retval, source, srclen - len, srclen, MAX_STRING);
return retval;
}
Anyone??
Re: error 025: function heading differs from prototype -
Cutt3r - 02.04.2013
Nevermind, updating the includes from the latest server package worked.