From 05b74111d3d1935716cef4c35cfac56a27425867 Mon Sep 17 00:00:00 2001 From: justgo97 Date: Mon, 20 Aug 2018 18:46:00 +0100 Subject: [PATCH] Allow arrayset to accept any type (#516) --- plugins/include/amxmodx.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/amxmodx.inc b/plugins/include/amxmodx.inc index ce554cf8..0eb42b1e 100755 --- a/plugins/include/amxmodx.inc +++ b/plugins/include/amxmodx.inc @@ -3283,7 +3283,7 @@ native DestroyForward(forward_handle); * * @noreturn */ -native arrayset(array[], value, size); +native arrayset(any:array[], any:value, size); /** * Returns the weapon id associated with a weapon name.