LOOPS changed?
#2

No, nothing changed in the Pawn language.

A loop will crash, for example if you do this:

pawn Code:
new a[200];
..
for(new i;i<MAX_PLAYERS;i++)
  a[i]++;
This loop will crash when i = 200, if MAX_PLAYERS is defined to anything greater than 200, because the last cell of the array is 199.

You should show your whole script, or at least a compilable script where your problem is reproduced.
Reply


Messages In This Thread
LOOPS changed? - by David_Omid - 22.10.2009, 15:22
Re: LOOPS changed? - by yom - 22.10.2009, 15:40
Re: LOOPS changed? - by David_Omid - 22.10.2009, 15:42
Re: LOOPS changed? - by David_Omid - 22.10.2009, 15:57
Re: LOOPS changed? - by JosipBerozTito - 22.10.2009, 15:58
Re: LOOPS changed? - by Marcel - 22.10.2009, 16:00
Re: LOOPS changed? - by NeRoSiS - 22.10.2009, 16:01
Re: LOOPS changed? - by David_Omid - 22.10.2009, 19:12

Forum Jump:


Users browsing this thread: 3 Guest(s)