[Help] 4 warnings at compilin (please help).
#1

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:
Код:
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.
Line 11566:
Код:
for(new id; id<MAX_PROPERTIES; id++)
Line 14307:
Код:
public OnPlayerUpdate(playerid)
Line 14799:
Код:
for(new id; id<PropertiesAmount; id++)

Line 14831:

Код:
for(new id; id<PropertiesAmount; id++)
How can i fix them?
please help !
thank you.

Reply


Messages In This Thread
[Help] 4 warnings at compilin (please help). - by -PunisheR- - 11.10.2009, 11:55
Re: [Help] 4 warnings at compilin (please help). - by MenaceX^ - 11.10.2009, 12:18
Re: [Help] 4 warnings at compilin (please help). - by Correlli - 11.10.2009, 12:48
Re: [Help] 4 warnings at compilin (please help). - by -PunisheR- - 11.10.2009, 13:39
Re: [Help] 4 warnings at compilin (please help). - by Marcel - 11.10.2009, 13:52

Forum Jump:


Users browsing this thread: 1 Guest(s)