Quote:
Originally Posted by Dare.Devil
thanks that's very helpful
someone please advise how to fix
|
Read the code I posted -.- I added
PHP Code:
if (id < 0 || id >= sizeof user_control)
return FMRES_IGNORED
It's not the better way, but will stop the index out of bounds
__________________