12.08.2015, 20:41
Quote:
|
hmm,i got this
Код:
D:\Documents and Settings\Lanix\Desktop\TDM BETA\pawno\include\dutils.inc(309) : warning 219: local variable "count" shadows a variable at a preceding level D:\Documents and Settings\Lanix\Desktop\TDM BETA\pawno\include\dutils.inc(329) : warning 219: local variable "count" shadows a variable at a preceding level D:\Documents and Settings\Lanix\Desktop\TDM BETA\pawno\include\dutils.inc(348) : warning 219: local variable "count" shadows a variable at a preceding level D:\Documents and Settings\Lanix\Desktop\TDM BETA\gamemodes\SFTDM.pwn(1229) : warning 219: local variable "count" shadows a variable at a preceding level D:\Documents and Settings\Lanix\Desktop\TDM BETA\gamemodes\SFTDM.pwn(1295) : error 017: undefined symbol "playerid" D:\Documents and Settings\Lanix\Desktop\TDM BETA\gamemodes\SFTDM.pwn(1296) : error 017: undefined symbol "playerid" D:\Documents and Settings\Lanix\Desktop\TDM BETA\gamemodes\SFTDM.pwn(1309) : error 017: undefined symbol "playerid" D:\Documents and Settings\Lanix\Desktop\TDM BETA\gamemodes\SFTDM.pwn(3600) : warning 219: local variable "count" shadows a variable at a preceding level Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 3 Errors. |
EDIT: Befor the line 1295 add: new playerid;
warning 219: local variable "count" shadows a variable at a preceding level
it because you add two new count = 120; remove on of them

