Warnings
#1

What that mean ?

pawn Код:
E:\GTA SanAndreas\SAMP Server Related\X-Zone RPG\gamemodes\xzrpg.pwn(12178) : warning 219: local variable "panels" shadows a variable at a preceding level
E:\GTA SanAndreas\SAMP Server Related\X-Zone RPG\gamemodes\xzrpg.pwn(12178) : warning 219: local variable "doors" shadows a variable at a preceding level
E:\GTA SanAndreas\SAMP Server Related\X-Zone RPG\gamemodes\xzrpg.pwn(12178) : warning 219: local variable "lights" shadows a variable at a preceding level
E:\GTA SanAndreas\SAMP Server Related\X-Zone RPG\gamemodes\xzrpg.pwn(12178) : warning 219: local variable "tires" shadows a variable at a preceding level

Here is the Code :

pawn Код:
new panels, doors, lights, tires;
Reply
#2

those warnings mean that the variables (panels, doors, lights, tires) were already defined before..
So you can remove the line "new panels, doors, lights, tires;"
Reply
#3

Thanks , Fixed (Gave Reputition )
Reply
#4

thanks
Reply
#5

i have just like him and if i erase the panel thingy i get undefined tires..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)