error: 017: unidentified symbol
#4

Okay so I added


enum turfs
{
Float:zMinX,
Float:zMaxX,
Float:zMaxY,
Float:zMinY
}


And the error is gone but now, I'm presented with:

Код:
C:\Users\***\Desktop\GWDM Script OLD\Scripts\GWDMv1.2.pwn(800) : error 028: invalid subscript (not an array or too many subscripts): "turfs"
C:\Users\***\Desktop\GWDM Script OLD\Scripts\GWDMv1.2.pwn(800) : warning 215: expression has no effect
C:\Users\***\Desktop\GWDM Script OLD\Scripts\GWDMv1.2.pwn(800) : error 001: expected token: ";", but found "]"
C:\Users\***\Desktop\GWDM Script OLD\Scripts\GWDMv1.2.pwn(800) : error 029: invalid expression, assumed zero
C:\Users\***\Desktop\GWDM Script OLD\Scripts\GWDMv1.2.pwn(800) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.

Line 800:

Код:
         GangZoneCreate( turfs[ t ][zMinX], turfs[ t ][zMinY], turfs[ t ][zMaxX], turfs[ t ][zMaxY]);
Reply


Messages In This Thread
error: 017: unidentified symbol - by nicholasramdhan - 06.03.2015, 23:23
Re: error: 017: unidentified symbol - by Misiur - 06.03.2015, 23:48
Re : error: 017: unidentified symbol - by Golimad - 06.03.2015, 23:54
Re: error: 017: unidentified symbol - by nicholasramdhan - 07.03.2015, 00:23
Re: error: 017: unidentified symbol - by Misiur - 07.03.2015, 00:25
Re: error: 017: unidentified symbol - by nicholasramdhan - 07.03.2015, 00:33
Re: error: 017: unidentified symbol - by maramizo - 07.03.2015, 03:09

Forum Jump:


Users browsing this thread: 1 Guest(s)