Array index out of bounds.
#7

if there is no players online random(0) returns huge numbers
change to
pawn Код:
return users[((pl < 2) ? 0 : random(pl))];
Reply


Messages In This Thread
Array index out of bounds. - by danielpalade - 15.02.2017, 19:49
Re: Array index out of bounds. - by Rdx - 15.02.2017, 20:15
Re: Array index out of bounds. - by Freedom. - 15.02.2017, 21:04
Re: Array index out of bounds. - by danielpalade - 15.02.2017, 21:16
Re: Array index out of bounds. - by danielpalade - 16.02.2017, 22:55
Re: Array index out of bounds. - by JesterlJoker - 16.02.2017, 23:01
Re: Array index out of bounds. - by Jefff - 16.02.2017, 23:21

Forum Jump:


Users browsing this thread: 2 Guest(s)