Need help?
#4

The only thing I know that prevents code from continuing is when a cell of an array is called that doesn't exist.

Example:
pawn Код:
new array[5];
array[6]=10; //Script Hault Here
Same can go for strings

pawn Код:
new funnyword[5];
funnyword="Pickleweasle"; //String input is too large for the array
Reply


Messages In This Thread
Need help? - by gemadon - 11.10.2009, 18:18
Re: Need help? - by _Ben_[Fux-c.co.il RP] - 12.10.2009, 06:32
Re: Need help? - by gemadon - 12.10.2009, 14:32
Re: Need help? - by Joe Staff - 12.10.2009, 16:28
Re: Need help? - by gemadon - 13.10.2009, 19:38

Forum Jump:


Users browsing this thread: 1 Guest(s)