View Single Post
Dr.Mohammad
Senior Member
Join Date: Jan 2016
Location: CSGO Servers
Old 12-28-2018 , 14:30   Re: [Help] Exception reported: Array index out-of-bounds
Reply With Quote #4

Quote:
Originally Posted by Facksy View Post
No, in his case, its
Code:
sizeof(PrimaryWeaponsList)-1
So it should be like that
Code:
int Primary = GetRandomInt(0, sizeof(PrimaryWeaponsList)-1);
thank you. worked!!

Dr.Mohammad is offline