From f3dfc6e4c63f6e23926a1ca6b568fafc3598a272 Mon Sep 17 00:00:00 2001 From: KliPPy Date: Sun, 14 Dec 2014 19:00:15 +0100 Subject: [PATCH] Add any: tag to set_task parameter[] --- 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 6375bf91..e778a381 100755 --- a/plugins/include/amxmodx.inc +++ b/plugins/include/amxmodx.inc @@ -1689,7 +1689,7 @@ native parse_time(const input[], const format[], time=-1); * @param repeat If the "a" flag is set the task will be repeated this * many times */ -native set_task(Float:time, const function[], id=0, const parameter[]="", len=0, const flags[]="", repeat=0); +native set_task(Float:time, const function[], id=0, const any:parameter[]="", len=0, const flags[]="", repeat=0); /** * Removes all tasks with the specified id.