warning 219: local variable "car" shadows a variable at a preceding level
#1

Код:
warning 219: local variable "car" shadows a variable at a preceding level
Код:
new car[MAX_PLAYERS][30];
Reply
#2

So change the name of one of them. I recommend changing the name of the local variable.
Reply
#3

This means you are declaring something twice, look for a global variable or another local variable in the same code, either rename one of them or delete one of them.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)