02.06.2014, 14:08
this is the error im getting
these are my lines having error no idea what to do
Код:
C:\Users\Ashwin\Desktop\Land of Paradise\gamemodes\COD6v3.pwn(4687) : error 017: undefined symbol "foreach" C:\Users\Ashwin\Desktop\Land of Paradise\gamemodes\COD6v3.pwn(4687) : error 029: invalid expression, assumed zero C:\Users\Ashwin\Desktop\Land of Paradise\gamemodes\COD6v3.pwn(4687) : error 017: undefined symbol "Player" C:\Users\Ashwin\Desktop\Land of Paradise\gamemodes\COD6v3.pwn(4687) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.
Код:
foreach(new i: Player) { SetPVarInt(i, "laser", 0); SetPVarInt(i, "color", 18643); }