Help me please.
#1

Код:
C:\Documents and Settings\dell\Desktop\SERVER1\gamemodes\MySQL.pwn(352) : error 001: expected token: "-identifier-", but found "-integer value-"
C:\Documents and Settings\dell\Desktop\SERVER1\gamemodes\MySQL.pwn(3145) : error 017: undefined symbol "YSI_gBusinessS"
C:\Documents and Settings\dell\Desktop\SERVER1\gamemodes\MySQL.pwn(3145) : error 017: undefined symbol "YSI_gBusinessA"
C:\Documents and Settings\dell\Desktop\SERVER1\gamemodes\MySQL.pwn(3145) : warning 215: expression has no effect
C:\Documents and Settings\dell\Desktop\SERVER1\gamemodes\MySQL.pwn(3145) : error 001: expected token: ";", but found "]"
C:\Documents and Settings\dell\Desktop\SERVER1\gamemodes\MySQL.pwn(3145) : fatal error 107: too many error messages on one line

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


5 Errors.
Please help!

Here are the lines:

pawn Код:
//line 352:
new Iterator:Business<MAX_BUSINESS>, bstring[128], BQuery[2045], BusinessID, bsavingstring[500];

//line 3145
foreach(Business, i)
Thank you!
Reply
#2

Hey iGetty. Whatsgood. I dont have basic knowledge of iterators. But we use it something like this. 10 will be the slots here. Your iterator is MyIterator but can you extend its syntax? Why dont you use Enumeration for it?
Isnt it possible with this system your coding?

pawn Код:
new Iterator:MyIterator<10>;
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)