error 025: function heading differs from prototype
#1

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

Nevermind, updating the includes from the latest server package worked.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)