View Single Post
8guawong
AlliedModders Donor
Join Date: Dec 2013
Location: BlackMarke7
Old 12-28-2018 , 10:36   Re: [Help] Exception reported: Array index out-of-bounds
Reply With Quote #2

Code:
sizeof(PrimaryWeaponsList)
to

Code:
sizeof(PrimaryWeaponsList[])
__________________
8guawong is offline