30.12.2009, 11:47
Hy
I dont know why, but the pawno is write, the variable is defined... but before there was such a problem...
If i write this to a command:
The other commands, what is use "where" or "data" variable, is say this:
What is the problem with the "data" ?
I dont know why, but the pawno is write, the variable is defined... but before there was such a problem...
If i write this to a command:
pawn Код:
new where[80], data[60][60];
Код:
*****(15833) : warning 219: local variable "data" shadows a variable at a preceding level *****(17162) : warning 219: local variable "where" shadows a variable at a preceding level *****(17316) : warning 219: local variable "where" shadows a variable at a preceding level *****(17434) : error 021: symbol already defined: "where" *****(17470) : warning 219: local variable "where" shadows a variable at a preceding level *****(24033) : warning 219: local variable "where" shadows a variable at a preceding level *****(24133) : warning 219: local variable "where" shadows a variable at a preceding level