SA-MP Forums Archive
Invalid function or declaration using Y_Iterate/Foreach - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Invalid function or declaration using Y_Iterate/Foreach (/showthread.php?tid=626725)



Invalid function or declaration using Y_Iterate/Foreach - czop1223 - 19.01.2017

So, basically what I am doing in my code is

Iterator:Vehs[LIMIT_VEHICLES];

And the error in this particular line is

error 010: invalid function or declaration

The include is of course included, the old Foreach functions compile


Re: Invalid function or declaration using Y_Iterate/Foreach - Misiur - 19.01.2017

Hello
pawn Код:
Iterator:Vehs<LIMIT_VEHICLES>;



Re: Invalid function or declaration using Y_Iterate/Foreach - czop1223 - 29.05.2017

Thanks! Didn't notice this.