[Help] Loop, loops just once
#6

First; why are you dividing MAX_BIZ by 250 when declaring BizInfo?

(I assume you have this or something similar somewhere in your code)
pawn Код:
new BizInfo[MAX_BIZ/250];
If you can answer that, then you can fix the problem...

Because that would only give you 1 possible biz. If you want more, you'd be better off makeing it look like this:

pawn Код:
new BizInfo[MAX_BIZ];
That will give you the full 250 biz's your looking for.
Reply


Messages In This Thread
[Help] Loop, loops just once - by Maxips2 - 17.07.2010, 19:28
Re: [Help] Loop, loops just once - by XPlatform - 17.07.2010, 19:38
Re: [Help] Loop, loops just once - by Maxips2 - 17.07.2010, 19:40
Re: [Help] Loop, loops just once - by XPlatform - 17.07.2010, 19:50
Re: [Help] Loop, loops just once - by Maxips2 - 17.07.2010, 19:51
Re: [Help] Loop, loops just once - by XPlatform - 17.07.2010, 19:54
Re: [Help] Loop, loops just once - by Maxips2 - 17.07.2010, 19:56
Re: [Help] Loop, loops just once - by XPlatform - 17.07.2010, 20:01
Re: [Help] Loop, loops just once - by Maxips2 - 17.07.2010, 20:03
Re: [Help] Loop, loops just once - by XPlatform - 17.07.2010, 20:05

Forum Jump:


Users browsing this thread: 1 Guest(s)