Please help me here
#1

Код:
D:\Jocuri\-\SaMp\Scripting From Zero\pawno\include\YSI\y_bintree.inc(377) : warning 219: local variable "right" shadows a variable at a preceding level
D:\Jocuri\-\SaMp\Scripting From Zero\pawno\include\YSI\y_bintree.inc(510) : warning 219: local variable "right" shadows a variable at a preceding level
How I fix this ?
Reply
#2

do you have a "new right;" or something in your script?
Reply
#3

Код:
stock right(source[], len)
{
	new retval[MAX_STRING], srclen;
	srclen = strlen(source);
	strmid(retval, source, srclen - len, srclen, MAX_STRING);
	return retval;
}
Reply
#4

Change the thing right to right2
Reply
#5

ooo :X thanks very much :*
Reply
#6

No problem
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)