SA-MP Forums Archive
[Weird]3 Warnings! - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [Weird]3 Warnings! (/showthread.php?tid=102848)



[Weird]3 Warnings! - Tigerbeast11 - 17.10.2009

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...


Re: [Weird]3 Warnings! - MPKaboose - 17.10.2009

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


Re: [Weird]3 Warnings! - Tigerbeast11 - 17.10.2009

It works! Cheers for that!


Re: [Weird]3 Warnings! - MPKaboose - 17.10.2009

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