local variable "tmp2" shadows a variable at a preceding level - 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: local variable "tmp2" shadows a variable at a preceding level (
/showthread.php?tid=89846)
local variable "tmp2" shadows a variable at a preceding level -
Battlaman - 04.08.2009
Can anybody explain me what of error this is: local variable "tmp2" shadows a variable at a preceding level
And how i can fix it
Sorry for bad english, i knowXD
Re: local variable "tmp2" shadows a variable at a preceding level -
dice7 - 04.08.2009
you have 2 or more "new tmp2" in your script
Re: local variable "tmp2" shadows a variable at a preceding level -
Battlaman - 04.08.2009
Quote:
Originally Posted by dice7
you have 2 or more "new tmp2" in your script
|
Thanks !