06.03.2015, 23:23
Well, I looked around SAMP forums and I did see some very similar cases to mine but, I was still confused on how to fix it.
Line:
Код:
C:\Users\***\Desktop\GWDM Script OLD\Scripts\GWDMv1.2.pwn(794) : error 017: undefined symbol "turfs" C:\Users\***\Desktop\GWDM Script OLD\Scripts\GWDMv1.2.pwn(794) : warning 215: expression has no effect C:\Users\***\Desktop\GWDM Script OLD\Scripts\GWDMv1.2.pwn(794) : error 001: expected token: ";", but found "]" C:\Users\***\Desktop\GWDM Script OLD\Scripts\GWDMv1.2.pwn(794) : error 029: invalid expression, assumed zero C:\Users\***\Desktop\GWDM Script OLD\Scripts\GWDMv1.2.pwn(794) : fatal error 107: too many error messages on one line
Код:
GangZoneCreate( turfs[ t ][zMinX], turfs[ t ][zMinY], turfs[ t ][zMaxX], turfs[ t ][zMaxY] );