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,_}:...);