Quote:
|
Run time error 4: index out of bounds
|
PHP Code:
public _mMainMenuHandler( id, iMenu, iItem )
{
if( !UTIL_CanUseMenu( id ) || iItem == MENU_EXIT )
{
return PLUGIN_HANDLED
}
menu_display( id, g_iCategoriesMenuPointers[ iItem ] )
return PLUGIN_HANDLED
}
I get this error on logs, it works fine anyway but I want to fix it somehow.