View Single Post
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 04-15-2012 , 14:34   Re: index out of bounds
Reply With Quote #4

Do you use EXTRA_WEAPONS_STARTID or is it just there to declare the array? If not used, it should be:

PHP Code:
enum EXTRA_WEAPONS
{
    
EXTRA_NVISION 0,
    
EXTRA_ANTIDOTE,
    
EXTRA_MADNESS,
    
EXTRA_INFBOMB,
    
EXTRA_CLIP
}

new 
extra_timer[33][ EXTRA_WEAPONS 
__________________

Last edited by Bugsy; 04-15-2012 at 14:35.
Bugsy is offline