A couple of errors when compiling
#1

Код:
C:\Users\Arbeit\Desktop\PR-RP\gamemodes\Compile.pwn(969) : error 001: expected token: "-identifier-", but found "("
C:\Users\Arbeit\Desktop\PR-RP\gamemodes\Compile.pwn(1111) : error 001: expected token: "-identifier-", but found "-integer value-"
C:\Users\Arbeit\Desktop\PR-RP\gamemodes\Compile.pwn(1223) : error 001: expected token: "-identifier-", but found "-integer value-"
C:\Users\Arbeit\Desktop\PR-RP\gamemodes\Compile.pwn(1576) : error 001: expected token: "-identifier-", but found "-integer value-"
C:\Users\Arbeit\Desktop\PR-RP\gamemodes\Compile.pwn(4273) : error 001: expected token: "-identifier-", but found "-integer value-"
../gamemodes/Plugins/Gates.pwn(4) : error 001: expected token: "-identifier-", but found "-integer value-"
../gamemodes/Plugins/Gates.pwn(116) : error 017: undefined symbol "Iter_Count"
../gamemodes/Plugins/Gates.pwn(136) : error 017: undefined symbol "tCreateGateObjID"
../gamemodes/Plugins/Gates.pwn(136) : warning 215: expression has no effect
../gamemodes/Plugins/Gates.pwn(136) : error 001: expected token: ";", but found "]"
../gamemodes/Plugins/Gates.pwn(136) : error 029: invalid expression, assumed zero
../gamemodes/Plugins/Gates.pwn(136) : fatal error 107: too many error messages on one line

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


11 Errors.
Код:
969 new Iterator:Vehicle<MAX_VEHICLES>;
Код:
1111 new Iterator:IntIterator<MAX_INTS>;
Код:
1223 new Iterator:HouseIterator<MAX_HOUSES>;
Код:
1576 new Iterator:BizIterator<MAX_BUSINESSES>;
Код:
4273 Iterator:CriminalRecordIterator[MAX_PLAYERS]<MAX_CRIMINAL_RECORDS>,
Those are the ones I need help with for now..

Thanks!
Reply


Messages In This Thread
A couple of errors when compiling - by xIs0BiHx - 05.08.2016, 10:49
Re: A couple of errors when compiling - by Konstantinos - 05.08.2016, 11:30
Re: A couple of errors when compiling - by Sew_Sumi - 05.08.2016, 11:47
Re: A couple of errors when compiling - by Konstantinos - 05.08.2016, 11:50
Re: A couple of errors when compiling - by xIs0BiHx - 05.08.2016, 11:51
Re: A couple of errors when compiling - by xIs0BiHx - 05.08.2016, 12:26

Forum Jump:


Users browsing this thread: 3 Guest(s)