From b3ddba483265f3d0b8bac2aa3621c85b5520572c Mon Sep 17 00:00:00 2001 From: Borja Ferrer Date: Sun, 7 Jan 2007 01:32:08 +0000 Subject: [PATCH] i have a hat --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40280 --- plugins/include/files.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/files.inc b/plugins/include/files.inc index 861e9b6a..18052e96 100644 --- a/plugins/include/files.inc +++ b/plugins/include/files.inc @@ -152,4 +152,4 @@ native bool:RemoveDir(const String:path[]); * @param ... Variable number of format parameters. * @return True on success, false otherwise. */ -native bool:WriteFileLine(Handle:hndl, const String:format[], ...); +native bool:WriteFileLine(Handle:hndl, const String:format[], {Handle,Float,String,_}:...);