11.10.2009, 11:55
Hello scripters,
i have a 4 compiling warning at my mode, and i'm very upset because i can't fix them alone.
so some one can help me?
F5/F6:
Line 11566:
Line 14307:
Line 14799:
Line 14831:
How can i fix them?
please help !
thank you.
i have a 4 compiling warning at my mode, and i'm very upset because i can't fix them alone.
so some one can help me?
F5/F6:
Код:
D:\02X\gamemodes\GameMode.pwn(11566) : warning 219: local variable "id" shadows a variable at a preceding level D:\02X\gamemodes\GameMode.pwn(14307) : warning 235: public function lacks forward declaration (symbol "OnPlayerUpdate") D:\02X\gamemodes\GameMode.pwn(14799) : warning 219: local variable "id" shadows a variable at a preceding level D:\02X\gamemodes\GameMode.pwn(14831) : warning 219: local variable "id" shadows a variable at a preceding level Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Warnings.
Код:
for(new id; id<MAX_PROPERTIES; id++)
Код:
public OnPlayerUpdate(playerid)
Код:
for(new id; id<PropertiesAmount; id++)
Line 14831:
Код:
for(new id; id<PropertiesAmount; id++)
please help !
thank you.