[Weird]3 Warnings!
#1

Here is the code:
Код:
stock PlayerToPoint(Float:radi, playerid, Float:x, Float:y, Float:z)
And here are the error messages:
Код:
C:\Documents and Settings\mani\Desktop\server\pawno\include\properties.inc(256) : warning 219: local variable "x" shadows a variable at a preceding level
C:\Documents and Settings\mani\Desktop\server\pawno\include\properties.inc(256) : warning 219: local variable "y" shadows a variable at a preceding level
C:\Documents and Settings\mani\Desktop\server\pawno\include\properties.inc(256) : warning 219: local variable "z" shadows a variable at a preceding level
I never seen these errors before...

Note:If I get rid of the float, it gives me errors...
Reply
#2

you already defined x,y and z try to rename them
Reply
#3

It works! Cheers for that!
Reply
#4

Quote:
Originally Posted by Tigerbeast11
It works! Cheers for that!
you're welcome
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)