From 60ff3045d94902b7092ac9ccb799f7979e677d04 Mon Sep 17 00:00:00 2001 From: ArKaNeMaN Date: Wed, 28 Jul 2021 14:53:05 +0300 Subject: [PATCH] arraycompare: Add note about `size` parameter. --- plugins/include/amxmodx.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/include/amxmodx.inc b/plugins/include/amxmodx.inc index 40d782ba..c4ffd037 100755 --- a/plugins/include/amxmodx.inc +++ b/plugins/include/amxmodx.inc @@ -3312,6 +3312,8 @@ native arrayset(any:array[], any:value, size); /** * Compares two arrays. * + * @note The value of the "size" parameter should not exceed the size of each array. + * * @param what First array * @param with Second array * @param size Size of array