04.04.2010, 20:36
2 errors which never happened before.
- 3377
- 3399
My friend can compile this, but I can't without errors.
Код:
D:\DOCUME~1\ANDY~1\MYDOC~1\_UF_SF~1\GAMEMO~1\_UF_SF~1.PWN(1085) : warning 219: local variable "PlayerName" shadows a variable at a preceding level D:\DOCUME~1\ANDY~1\MYDOC~1\_UF_SF~1\GAMEMO~1\_UF_SF~1.PWN(3377) : error 021: symbol already defined: "strtok" D:\DOCUME~1\ANDY~1\MYDOC~1\_UF_SF~1\GAMEMO~1\_UF_SF~1.PWN(3399) : error 047: array sizes do not match, or destination array is too small Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors.
pawn Код:
stock SetPlayerHealth2(playerid, Float:health)
pawn Код:
return result;
My friend can compile this, but I can't without errors.