Warning 219
#1

PHP код:
C:\Users\Windows 7\Desktop\New folder (2)\gamemodes\Indungi.pwn(14530) : warning 219local variable "playermoney" shadows a variable at a preceding level
Pawn compiler 3.2.3664              Copyright 
(c1997-2006ITB CompuPhase
1 Warning

Line 14530:
PHP код:
new playermoney
How to fix ?
Reply
#2

That means, you have 2 local/global variable, try to CTRL + F and search for new playermoney;, If it appears as a two, you must change the other variable name or put it inside the callback or command etc.. where ever you need that variable
Reply
#3

Quote:
Originally Posted by pds2012
Посмотреть сообщение
That means, you have 2 local variable, try to CTRL + F and search for new playermoney;, If it appears as a two, you must change the other variable name or put it inside the callback or command etc.. where ever you need that variable
I don't know where ..
Reply
#4

You've declared playermoney as global variable and you are trying to declare it again as local. Change the name to something else.
Reply
#5

Quote:
Originally Posted by radiobizza
Посмотреть сообщение
I don't know where ..
As I said CTRL +F and on the search bar find new playermoney;

As what Konstantinos and I said, you must change the variable name or place it inside a callback or a command and make sure it is returned return 1;
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)