View Single Post
mrspeak
Junior Member
Join Date: Apr 2020
Old 11-06-2020 , 08:23   Re: index out of bounds
Reply With Quote #3

Quote:
Originally Posted by OciXCrom View Post
new gotname[ MAX_PLAYERS + 1 ];
I already tried that, same error :/

EDIT:
here is the error
Code:
 if( g_szNumbers[ am_get_player_arena( id ) ] >= 1 && !is_user_bot( id ))

Last edited by mrspeak; 11-06-2020 at 08:26.
mrspeak is offline