-_- error on another gm
#1

this is the error im getting
Код:
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.
these are my lines having error no idea what to do

Код:
	foreach(new i: Player)
	{
 		SetPVarInt(i, "laser", 0);
   		SetPVarInt(i, "color", 18643);
     }
Reply


Messages In This Thread
-_- error on another gm - by ashwinsekhari - 02.06.2014, 14:08
Re: -_- error on another gm - by Parallex - 02.06.2014, 14:13
Re: -_- error on another gm - by AhmedMohamed - 02.06.2014, 14:14
Re: -_- error on another gm - by ashwinsekhari - 02.06.2014, 14:26
Re: -_- error on another gm - by AhmedMohamed - 02.06.2014, 14:37

Forum Jump:


Users browsing this thread: 1 Guest(s)